averbraeck / housinggame-facilitator

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

House flood table incorrectly implements news effects #31

Closed averbraeck closed 5 months ago

averbraeck commented 5 months ago

The news effects in round 3 are:

image

The total table per community CORRECTLY shows:

image

The table per house INCORRECTLY shows:

image

averbraeck commented 5 months ago

The data seems to be stored wrongly in the HouseGroup table:

image

averbraeck commented 5 months ago

The data is now correct in the database:

image

averbraeck commented 5 months ago

And in the housegroup table:

image

averbraeck commented 5 months ago

Solved.