averbraeck / housinggame-player

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

Adapt player app for addition of houseround table #3

Closed averbraeck closed 11 months ago

averbraeck commented 1 year ago

The database has a new houseround table that replaces the bid table. The code needs to reflect these changes. See https://github.com/averbraeck/housinggame-common/issues/4 for the design information.

The measure table points to this houseround table instead of to the house table. This has to be changed as well.

averbraeck commented 11 months ago

General method have been adapted. Specific screens are adapted at the respective issues for these screens.