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

Resolve race condition in saveDocuments #132

Open
lnrd96 opened this issue Jan 10, 2023 · 0 comments
Open

Resolve race condition in saveDocuments #132

lnrd96 opened this issue Jan 10, 2023 · 0 comments

Comments

@lnrd96
Copy link
Collaborator

lnrd96 commented Jan 10, 2023

User story

  1. As a user I want to upload documents to either add new items or to update existing ones.
  2. 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.
  3. 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

@lnrd96 lnrd96 converted this from a draft issue Jan 10, 2023
@lnrd96 lnrd96 moved this from Product Backlog 🧾 to Sprint Backlog 🏃‍♂️💨 in amos2022ws04-feature-board Jan 11, 2023
@gogokotsev00 gogokotsev00 self-assigned this Jan 11, 2023
@gogokotsev00 gogokotsev00 moved this from Sprint Backlog 🏃‍♂️💨 to In Progress 🧠 💡 in amos2022ws04-feature-board Jan 14, 2023
@gogokotsev00 gogokotsev00 changed the title Ressolve race condition in saveDocuments Resolve race condition in saveDocuments Jan 14, 2023
@lnrd96 lnrd96 moved this from In Progress 🧠 💡 to Sprint Backlog 🏃‍♂️💨 in amos2022ws04-feature-board Jan 18, 2023
@nikomall34 nikomall34 moved this from Sprint Backlog 🏃‍♂️💨 to Feature Archive ✔️🥇 in amos2022ws04-feature-board Jan 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Feature Archive ✔️🥇
Development

No branches or pull requests

3 participants