averbraeck / housinggame-admin

Administrator app for the Housing Game
https://housing-game.tbm.tudelft.nl
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Use picklists for editing GroupState and PlayerState #38

Closed averbraeck closed 8 months ago

averbraeck commented 8 months ago

It is now very easy to make mistakes when a constrained field such as GroupState, PlayerState, HouseGroupStatus or TransactionStatus is edited. These should use the TableEntryEnum rather than TableEntryString editing field.

averbraeck commented 8 months ago

Picklist has been created:

image

averbraeck commented 8 months ago

Same for GroupRound:

image

averbraeck commented 8 months ago

And for PlayerRound:

image

averbraeck commented 8 months ago

And for HouseGroupStatus

image

averbraeck commented 8 months ago

All tested.