averbraeck / housinggame-player

Player 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 #28

Closed averbraeck closed 11 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 player app.

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

averbraeck commented 11 months ago

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