Minor tweaks to local save / load #29
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
sfb1451/z03-assessment-center-data-entry#29
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Suggestion:
Copying from email:
I wonder - when making "save" depend on "local save", how concerned should I be about the integrity between locally and externally saved data? As it is, you can do a local save, edit some fields, and then do the proper save.
The easiest option is to enable "save" button after (successful) local save. This addresses the request, but doesn't guarantee integrity between the two saves.
The other option would be to add another mechanism on top - either to try to disable the "save" button after any field is changed (probably difficult to implement), or to keep the data object which was locally saved, and make a comparison whenever "save" is requested (also additional work, but probably easier).
The third alternative is to keep the "save" button enabled (meaning "local save" remains optional) and just show a popup saying "did you save the data locally) - this doesn't address the integrity issue, but maybe it's better than button enable/disable?