unfoldingWord / gateway-translate

A tool for editing and translating text in USFM markup
MIT License
2 stars 3 forks source link

Don't force user to save on navigation of TSVs within the same verse #192

Open birchamp opened 12 months ago

birchamp commented 12 months ago

Scenario: User wants to change multiple notes in a single verse without saving each note individually

Given: The user has edited a Translation Note (or other TSV) and the current verse has multiple notes When: The user navigates to the next note Then: The user is not prompted to save but their changes are retained locally and the save button is enabled.

Given: The user navigate to a different verse When: Any Translation Note (or other TSV) has been changed Then: The app prompts the user to save.

DoD:

The user is prompted less often when changing multiple notes.

Details:

If this is too large. Could we assist users in saving by giving them hotkeys or autosave options, or default keys like arrows and enter?