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 new playerround table #2

Closed averbraeck closed 9 months ago

averbraeck commented 10 months ago

The playerround table has been severely modified, see https://github.com/averbraeck/housinggame-common/issues/3. The admin app should implement these changes.

averbraeck commented 10 months ago

First adaptations have been made. We have to rethink the content of the player table, though, based on the newly available information from each player, which is far more fine-grained than the currently displayed information.

image

averbraeck commented 9 months ago

All columns from the design in issue #7 are there. The flood penalty has to be retrieved still, though.

averbraeck commented 9 months ago

The calculations in the columns of the first table are as follows:

averbraeck commented 9 months ago

The table looks as follows:

image

Tests work fine. Table looks finished for now.