code4romania / de-urgenta-backend

De Urgență backend - web & mobile
https://de-urgenta-backend.vercel.app/
Mozilla Public License 2.0
10 stars 21 forks source link

Added a concurrency token to backpack items #131

Closed VladCuciureanu closed 2 years ago

VladCuciureanu commented 3 years ago

What does it fix?

Closes #125

This adds a 'version' field in the backpack item models which is used to determine if the model we based our changes on is the latest version in order to prevent concurrency problems.

How has it been tested?

Wrote two tests, one for each case.