TecKnow / muster-tools

A package for assigning players to tables at multi-table, walk-in gaming events.
GNU General Public License v3.0
0 stars 0 forks source link

Add tests to show that player names must be unique. #8

Closed TecKnow closed 3 years ago

TecKnow commented 3 years ago

https://github.com/TecKnow/muster-tools/blob/072aece077b09e59faa25682f3492c5aa20dd56b/muster_server/src/store/features/__test__/playersSlice.test.js#L42-L42

TecKnow commented 3 years ago

Right now there is no error indicating that a player has been rejected because it is a duplicate. This should be improved as a part of increasing communication about errors in general.