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

Fix race conditions on submission edit #35

Open
nightsh opened this issue Mar 27, 2015 · 0 comments
Open

Fix race conditions on submission edit #35

nightsh opened this issue Mar 27, 2015 · 0 comments

Comments

@nightsh
Copy link
Member

nightsh commented Mar 27, 2015

Let's have two users are logged in on different systems, simultaneously.

Supposing they can both edit one submission, once one of them saves the model, the other won't see it until a page refresh / model acquiring phase, causing a complete overwrite of the other's modifications.

See #34 - this is caused by Ember Data not reloading its models. If the models would be populated entirely by API calls, the problem would be a lot easier to fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant