-
Notifications
You must be signed in to change notification settings - Fork 506
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 dates #752
Comments
@vbhv We discussed the notion of adding a select control to Timeline view (for example) that allowed the user to define the 'date type.' While it adds UX complexity, what's your take on it's technical complexity? Or your take on it, generally? |
@brandonrosage The requirements/cases for this feature are documented here – under the heading Timeline and Bar Chart Views, Iteration 2: And the UI wireframing task is #666 . A good drag and drop interaction pattern will make this an easy to understand interaction. We can have a brainstorm around this. In addition to allowing date type we have to allow for selecting other custom field attributes. Technically we do have the ability to generate the required data for such custom attributes. What we need is a pattern that scales for mobile as well. |
I think this is relevant for other views too: if filter by date, which date? when post list is in date order, which date? |
Relevant user request https://app.intercom.io/a/apps/hl5rfiga/inbox/unassigned/conversations/5100150751 |
@rjmackay Are there any red flags we should consider in designing for a permanent, editable "Post date" field? In other words:
|
We currently have
We'd be adding
For end users - they probably only ever need to the Post date. But we continue to track the others in case we need to expose them later. |
@rjmackay Is "Update" the time & date the post was most recently edited? And if so, I assume it changes automatically and presumably the most often? |
I've staged a few examples, starting with "Post: Edit." |
RE: Editable 'author' field RE: Visibility of the 'post date' field In my various attempts at designing this field, I found that displaying the post date in plain text and revealing editable fields that represent it is confusing and problematic. And we don't have a convention for it because, in our design system, content is either editable or it's not. It's not "toggle-able." |
👍 moving the meta data to the sidebar is good. |
@brandonrosage follow up question on editable authors In the API we currently have an option to record an author name + email. This was to allow non-logged in users to leave authorship details when submitting a post. At some stage we dropped this from the UI (accidentally). So first
|
@jasonmule can you add the screenshot of the author editing UI you've implemented so far? |
Looks good for setting another User as author.. but that doesn't address any of my comments about custom/non-user authors. |
You're right, @rjmackay. When editing a post's author and/or post date, here's what I've staged in the PL: Logged outWhen you encounter the "Add post" page, you'd see a summary of the metadata: If you select "Change," the fields for providing author information replace the text-only appearance: The rest works as you might expect. It's a typical form sheet. Logged inWhen you encounter the "Add post" page, you'd see a summary of the metadata: When you select "Change," the fields for providing author information and customizing the post date replace their text-only appearance: If you want to change the author, you can remove the existing "bug," which would change that fieldset's appearance to: 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: 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." How do we look now? |
Moving discussion of editing authors to #1361. |
Moved date editing to #1362 and closing this issue |
* implement session within the login file * add step to open home page after verifying login in all files
I have run into an issue (as has @jshorland) of posting something that happened in the past, and that post then gets the date of when it was posted. To solve this issue, I think we should treat it like this:
cc/ @brandonrosage
The text was updated successfully, but these errors were encountered: