-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Support Multi-User Undo/Redo #49
Labels
Comments
2 tasks
This was referenced Sep 11, 2023
5 tasks
Tasks:
|
2 tasks
20 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description:
Written by @hyemmie
About multi-user undo/redo
When specifying Undo/Redo functionality, the following criteria could be considered.
For Yorkie, we don't need selective functionality at this point, but rather the ability for users to undo/redo only their own work.
Discussion
To provide multi-user (”local-linear”) undo/redo, we can start with the following tasks.
This task could be done in two ways.
We'll need to combine ideas on how to manage and store tasks separately for each user, how to integrate with your current database, and more into a single architecture.
Here are some reference implementations you might want to check out.
Reference:
Why:
To eliminate the user experience of canceling another user's operation, Yorkie needs to support user-specific undo/redo.
The text was updated successfully, but these errors were encountered: