Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editable post author #1361

Closed
rjmackay opened this issue Sep 6, 2016 · 5 comments
Closed

Editable post author #1361

rjmackay opened this issue Sep 6, 2016 · 5 comments

Comments

@rjmackay
Copy link
Contributor

rjmackay commented Sep 6, 2016

Migrating from #752 (comment)


When editing a post's author and/or post date, here's what I've staged in the PL:

Logged out

When you encounter the "Add post" page, you'd see a summary of the metadata:

logged out

If you select "Change," the fields for providing author information replace the text-only appearance:

change author

The rest works as you might expect. It's a typical form sheet.

Logged in

When you encounter the "Add post" page, you'd see a summary of the metadata:

logged in

When you select "Change," the fields for providing author information and customizing the post date replace their text-only appearance:

change author and post date

If you want to change the author, you can remove the existing "bug," which would change that fieldset's appearance to:

change author fields

In this case, because you're logged in, typing into the author "Name" field will perform a search of the deployment's users and return matching results in a dropdown:

author results

If you choose to simply type a name and not select an existing user from the list, the form will record your custom author name and (optional) email address. If you choose an existing user from the list, the "name" and "email" fields are replaced by that user's "bug."

Aha! Link: https://ushahiditeam.aha.io/features/PROD-675

@rjmackay
Copy link
Contributor Author

rjmackay commented Sep 6, 2016

@brandonrosage I think that looks workable but @jshorland suggested we should user test this since its adding a lot of complexity that may or may not be necessary.

@rjmackay
Copy link
Contributor Author

While looking at #1399 I wondered - how does the user editor interact with posts with just an SMS number? or can I set a post to 'anonymous' when editing?

@jshorland
Copy link

So meta data also gets rid of our need for this right? because you actually edit author and date by clicking those chips themselves.

@rjmackay
Copy link
Contributor Author

No. Meta data changes the UI for getting to user editing and other meta data.. but doesn't remove the work needed to actually allow editing users on the backend, and feedback on the actual UI of the edit user dialog (or fields if this goes in before meta data fields)

@jshorland jshorland removed their assignment Aug 30, 2017
@jshorland jshorland removed the Icebox label Nov 1, 2017
@zube zube bot removed the Icebox label Jan 29, 2018
@rowasc
Copy link
Contributor

rowasc commented Jun 9, 2019

Note: Probably solved through ushahidi/platform-pattern-library#205

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants