averbraeck / housinggame-facilitator

Facilitator app for the housing game
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

New housegroup and transaction structure for house interaction #17

Closed averbraeck closed 9 months ago

averbraeck commented 9 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 facilitator app.

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

averbraeck commented 9 months ago

Flooding information has been added to the housegroup table, and transaction has been linked to groupround for quick retrieval.

image

averbraeck commented 9 months ago

All code now uses the new HouseGroup and Transaction tables and classes for house interaction.