Separate notes text fields for each logged user to prevent race condition
e-caste opened this issue · 0 comments
e-caste commented
Current situation: one text field for everyone.
Possible issue: race condition, if two users edit the same text field at the same time one of them will submit the modified text before the other, deleting the second user's changes.
Possible solution: every recruiter has a dedicated text field for their notes