Closed averbraeck closed 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.
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.