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
If user uses multiple devices they might run into a conflict. Currently the most recent version is used and overwrites the current resume, leading to potentially many lost saves. To solve this, for each resume, add an index that is incremented on each call to UPDATE_RESUME. If the local counter is less than the one on the DB, instead of updating the resume, inform the user there's a conflict and ask them which version they would like to save. Also inform them that refreshing the page will give them the updated resume.
The text was updated successfully, but these errors were encountered:
If user uses multiple devices they might run into a conflict. Currently the most recent version is used and overwrites the current resume, leading to potentially many lost saves. To solve this, for each resume, add an index that is incremented on each call to UPDATE_RESUME. If the local counter is less than the one on the DB, instead of updating the resume, inform the user there's a conflict and ask them which version they would like to save. Also inform them that refreshing the page will give them the updated resume.
The text was updated successfully, but these errors were encountered: