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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: