You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
On setting activity read-only=false
A button “Revert changes” (or similar) becomes visible on activity panel, initially grey(inactive) until a change is made
An additional activity object is created in-memory, storing the initial values for the activity being edited
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
The values visible in the activity interface are always still synced to file, and behave as described in other sections.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: