Closed averbraeck closed 11 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.
houseround
bid
The measure table points to this houseround table instead of to the house table. This has to be changed as well.
measure
house
General method have been adapted. Specific screens are adapted at the respective issues for these screens.
The database has a new
houseround
table that replaces thebid
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 thishouseround
table instead of to thehouse
table. This has to be changed as well.