Closed averbraeck closed 10 months ago
Additionally, following https://github.com/averbraeck/housinggame-common/issues/16 the flooding information should be added to the admin app.
The housegroup can now be displayed and edited using the new database structure:
This includes the flooding information of the house.
Transactions can be shown and edited:
For the shown house, one player has an APPROVED_BUY
and another player attempted to buy the house with an UNAPPROVED_BUY
.
Admin app uses the latest database structure.
The
houseround
table has been replaced by a persistenthousegroup
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.