averbraeck / housinggame-facilitator

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

Final status calculation for end of round needs to be implemented #11

Closed averbraeck closed 11 months ago

averbraeck commented 11 months ago

In the playerround record, a number of 'final' fields are included to show the end situation of the round (especially important to show the summary screen, and to show the final result at the end of the last round). These final fields have to be calculated and stored in the database so the players can see them in their summary screen.

averbraeck commented 11 months ago

This is a function of the player app. The player app should consistently keep track of all field values and have a tally of the current values for the playerround record at any time. This also guarantees that at the end of the round, the final values for that round are available.