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

timestamp oblivious changes in wiki sidebar cause things to get overwritten #267

Open
phot0n opened this issue Sep 10, 2024 · 1 comment

Comments

@phot0n
Copy link
Contributor

phot0n commented Sep 10, 2024

Suppose:

User A, is modifying the wiki from frontend and User B is making modifications to the wiki space from backend.

Let's say user B adds some new pages and shuffles things around from the backend while User A does their own changes to the wiki which are (let's say) different from the ones that User B has done. Post which both the user save (let's assume at different time). What will happen? whichever User's changes were saved last would be reflected and the other User's stuff will get overwritten.

(there should be a check at server side for timestamp checking - which is present in get_doc api's)

@phot0n
Copy link
Contributor Author

phot0n commented Sep 10, 2024

example recording:

Screencast.2024-09-10.10.59.16.mp4

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