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
As a user I want to upload documents to either add new items or to update existing ones.
I need to persist the provided information even if a colleague is simultaneously changing the tag field of an item that I update by uploading the document. The same holds for multiple saveDocuments requests.
So that both changes are persisted.
Acceptance criteria
Fix all race conditions in the function.
Simultaneously incoming requests get processed subsequently.
Definition of done (DoD)
Feature has been fully implemented
No known errors
All acceptance criteria were met
Test passes
Peer code review passed
The text was updated successfully, but these errors were encountered:
User story
saveDocuments
requests.Acceptance criteria
Fix all race conditions in the function.
Simultaneously incoming requests get processed subsequently.
Definition of done (DoD)
Feature has been fully implemented
No known errors
All acceptance criteria were met
Test passes
Peer code review passed
The text was updated successfully, but these errors were encountered: