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

Activity data changes: "Revert changes" button in activity panel #13

Open
tmillross opened this issue Apr 25, 2018 · 0 comments
Open

Activity data changes: "Revert changes" button in activity panel #13

tmillross opened this issue Apr 25, 2018 · 0 comments

Comments

@tmillross
Copy link

tmillross commented Apr 25, 2018

An option for tracking data changes, as related to #10. This suggested funcitonality is for recovering from accidental data changes, mistakes, or the user changing their mind regarding an activity value.

  1. On setting activity read-only=false
  2. A button “Revert changes” (or similar) becomes visible on activity panel, initially grey(inactive) until a change is made
  3. An additional activity object is created in-memory, storing the initial values for the activity being edited
  4. When a user clicks the “Revert changes” button (and a dialog to confirm decision): the values from the unedited in-memory activity are used to overwrite the values on the interface which the user has edited
  5. The values visible in the activity interface are always still synced to file, and behave as described in other sections.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant