-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add catch to stop unsaved annotations not saving #493
Comments
I thought we dealt with this? Or parts of it at least? |
I think we did talk about it. This issue is still present with me playing about on staging just now! |
Dialogue should appear by catching unsaved annotations during user soft or hard navigation. The dialogue feedbacks to the user that they have unsaved annotations, preventing loss of work if unintentional. If user clicks |
Is your feature request related to a problem? Please describe
From a UX perspective, users are used to sometimes just closing the page and expecting work to save.
At the moment, we have no catch (hard or internal navigation) that prevents the navigation until user has indicted whether they want their annotation saved. Similarly, marking annotation as complete feels like it should save!
Describe the solution you'd like
A catch which knows there is unsaved annotations and opens a dialogue to ensure the user gets a chance to save their annotations before losing them.
(hard nav = refresh, back | soft nav = internal nav = return to curate)
The mark annotations as complete should also be a save function.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: