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

Adapt admin app to new housegroup structure #31

Closed averbraeck closed 10 months ago

averbraeck commented 11 months ago

The houseround table has been replaced by a persistent housegroup table and more transient transaction records. The houseround structure and transaction structure need to be added to the admin app.

This is based on issue https://github.com/averbraeck/housinggame-common/issues/15 in the common project.

averbraeck commented 10 months ago

Additionally, following https://github.com/averbraeck/housinggame-common/issues/16 the flooding information should be added to the admin app.

averbraeck commented 10 months ago

The housegroup can now be displayed and edited using the new database structure:

image

This includes the flooding information of the house.

averbraeck commented 10 months ago

Transactions can be shown and edited:

image

For the shown house, one player has an APPROVED_BUY and another player attempted to buy the house with an UNAPPROVED_BUY.

averbraeck commented 10 months ago

Admin app uses the latest database structure.