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

Add primitive Undo/Redo support for resource edits #52

Open
PhotoNomad0 opened this issue Oct 3, 2021 · 0 comments
Open

Add primitive Undo/Redo support for resource edits #52

PhotoNomad0 opened this issue Oct 3, 2021 · 0 comments

Comments

@PhotoNomad0
Copy link
Contributor

PhotoNomad0 commented Oct 3, 2021

We can use the git commit history on DCS to navigate backward and forward the git commit changes to allow reversion of edit changes. Note that if there are unsaved changes on the card, we should save those before pulling in old commits. That way redo would work if they have second thoughts.

Notes:

  • this would not be as granular as the undo in a text editor (but in most browsers they already have that capability by doing CMD-Z
  • need to test - this may not be fast.
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