-
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
Improve Saving Process via Autosave #706
Comments
Further Reading:
|
SystemFlow / UserFlowDesignThe below designs align up to key stages within the saving systemflow / userflow. Please let me know of any technical limitations which may impact the intended design. @ChrisBaidoo may want to come onboard to assist some of the styling as there is a few new elements and/or bring these elements into STYLE.
In terms of UI, a status icon exists in the navbar next to the file/image name. This icon is a set of 3 which display:
In terms of UI, the red colour (hex code #ED0000) builds into communicating a warning to a user. It is similar to our current snackbar but should use this other copy. In terms of UX, the snackbar should remain on screen until the issue is resolved.
In terms of UI, this is our confirmation dialogue which is already used across the platform. There should two buttons which are one primary and one secondary - these use different visual hierarchy to guide the user's decision. In terms of UX, the 'x' will close the dialogue and stay in ANNOTATE where a connection can be awaiting to re-establish connection and the 'Exit without Saving' button confirms the user does not want to save so should cancel the save and allow the soft or hard navigation. This dialogue is a new state when a user has confirmed they wish to save the changes before the soft or hard navigation. In terms of UI, the 'Exit without Saving' button should be disabled (aka. greyed out and non-clickable) but the 'Retry Saving' button updates to 'Saving...' with a small spinner. In terms of UX, if the save can be completed as a connection has been re-established then the platform should allow the users intended soft or hard navigation.
In terms of UI, this is our confirmation dialogue which is already used across the platform. There should two buttons which are one primary and one secondary - these use different visual hierarchy to guide the user's decision. In terms of UX, the 'x' will close the dialogue and stay in ANNOTATE where saving can continue and the 'Don't Save' button confirms the user does not want to save so should cancel the save and allow the soft or hard navigation. This dialogue is a new state when a user has confirmed they wish to save the changes before the soft or hard navigation. In terms of UI, the 'Don't Save' button should be disabled (aka. greyed out and non-clickable) but the 'Save Changes' button updates to 'Saving...' with a small spinner. In terms of UX, once the save has completed then the platform should allow the users intended soft or hard navigation.
In terms of UI and UX, continue to use the current element although I am toying with the idea of overhauling the current saving snackbar due to it's height size. This element gives great user feedback but obstruct the image canvas. Considered Alternatives
|
Updated DesignFollowing UX discussions, the previous design did not present enough information to the user in a manner which would be understandable without interaction. I have updated the design in response. Autosave is exclusively an ANNOTATE feature and thus have moved the visual element out of the topbar - removing potential confusion between different products within the platform, i.e. preventing a potential worry from a user why autosave does not exist in CURATE. As such the visual element has been kept small and placed into the top-right corner ensuring the centre of the screen allows enough space for users. There is 3 states: saving (spinner, "Saving...); autosave complete (complete icon, "Autosaved"); and, save error (error icon, "Save Error"). |
Problem
We currently do not have an autosave which would prevent users losing data unknowingly exiting the platform. This should build/develop/alter upon the physical user save interactions for better UX harmony.
Relates to gliff-ai/dominate#493 - add catch to stop unsaved annotations not saving
Solution
Co-create a userflow which documents the several potential routes of saving. These include:
Mark Annotation As Complete
,Save Annotation
]Considered Alternatives
Think about how Google Workspace handles the saving UX experience (i.e. autosave upon edits).
Additional Context
Relates to #657 -
Mark Annotation As Complete
no prompt to save annotationsRelates to #658 -
Mark Annotation As Complete
stay marked completeRelates to #411 - save and reload system test
The text was updated successfully, but these errors were encountered: