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

Editor: Improve UX for saving/discarding newly created drafts #13432

Closed
rachelmcr opened this issue Feb 12, 2020 · 3 comments
Closed

Editor: Improve UX for saving/discarding newly created drafts #13432

rachelmcr opened this issue Feb 12, 2020 · 3 comments
Milestone

Comments

@rachelmcr
Copy link
Member

We occasionally get reports of posts getting lost in the app that seem to fit this sequence of events:

  1. A user creates a new post in the app.
  2. The user assumes the post is saved (either because they thought they manually saved it, or they assumed the app would autosave it as they worked on the post) but it isn't.
  3. The user closes the editor and discards the changes, which discards the entire draft.

Since the user assumed the draft was saved, they are surprised when it doesn't appear anywhere in the app, and we have no way to recover it for them since it wasn't saved remotely.

We should explore how to improve this experience so that users never lose drafts like this. The solution could be technical (e.g. autosave newly created posts at some point, even if the editor/app isn't closed) or it could be more design oriented (e.g. showing whether/when a post was last saved, or communicating more clearly what will be discarded when the editor is closed). On Android, for example, if you create a new draft in the app and then exit the editor, the post is always autosaved (there is no discard option) which would prevent new posts from being accidentally discarded.

Related internal report: p4a5px-2v4-p2

@rachelmcr
Copy link
Member Author

After taking a look at the original internal report, @diegoreymendez also mentioned Android's behavior in this scenario.

Could a designer review this UI/UX, especially to see if we want to match the Android behavior here?

@yaelirub
Copy link
Contributor

@kean
Copy link
Contributor

kean commented May 1, 2024

Closing as obsolete. Starting with 24.9, drafts are saved automatically like in Android and Web.

@kean kean closed this as completed May 1, 2024
@kean kean added this to the 24.9 milestone May 1, 2024
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