averbraeck / housinggame-facilitator

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

Adapt facilitator app for addition of houseround table #3

Closed averbraeck closed 9 months ago

averbraeck commented 10 months 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 9 months ago

Measures are correctly copied into the houseround table:

image

Looks good for now until further tests.