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

Maintain groupstate and playerstate tables #43

Closed averbraeck closed 1 month ago

averbraeck commented 1 month ago

Two tables have been added to the database:

These tables should be viewable and editable in the admin application.

averbraeck commented 1 month ago

Editing GroupRound and GroupState has been completed:

image

averbraeck commented 1 month ago

Editing the QuestionScore table for the players has been adapted to the new design:

image

averbraeck commented 1 month ago

And the editing of the PlayerState table for timestamping has also been added and tested:

image

averbraeck commented 1 month ago

Editing of tables added and tested.