Skip to content
Snippets Groups Projects
Commit a5588a1d authored by Clément CORNU's avatar Clément CORNU
Browse files

feat: final update of README.md

parent ab0f7c1d
No related branches found
No related tags found
No related merge requests found
......@@ -151,9 +151,8 @@ this API.
Concurrency is currently not handled by the API : if 2 users try to update the same player's points at the same time,
the update could return inconsistent data. We could for example use a versioning on player entity to set it up.
- change score computing
- add checkstyle
- ...
- open api
- Itest
regarder les contraintes
\ No newline at end of file
We also have no pagination on finding players : this could be a good improvement in the case of dealing with large
amount of players.
Finally, one last improvement we could make is to handle transactions. This is permitted by AWS SDK but would require
some refactoring inside the Repository layer.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment