averbraeck / housinggame-facilitator

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

Adapt facilitator screens to the new game flow #7

Closed averbraeck closed 5 months ago

averbraeck commented 10 months ago

The database structure has changed around the allocation of a house. The screen to allocate a house needs to reflect these changes.

Also, more information about the buying / selling of a house needs to be stored in the playerround record.

vjcortesa commented 10 months ago

This is the start a new round screen 231208_Facilitator_Start new round

This is the announce news screen 231208_Facilitator_announce news

This is the show house and allows buying requests screen for the facilitator. 231208_Facilitator_show houses_allow buying requests png

The text next to the facilitator's buttons for this screen is as follows:

Comments are requested when a buying request needs the facilitator's attention and the request is flagged in dark red. Such cases are as follows, and the reason becomes part of the pop-up for the facilitator: - The buying is different from the current market price. Did players bid? If so, how (i.e., what players with which bid prices)? If not, what is the reason for the price difference? - Two players sent the buying request for the same house. Did players bid? If so, how (i.e., what players and bid prices)? Otherwise, the first listed request is approved first. The remaining requests for the same house are rejected, and players should buy another house. - The player can not afford the requested house This request is only approved if there is no other affordable house the player can buy. - Please fill in the details to file this request as APPROVED. Otherwise, press WAIT.

Buying table requests Ensure all players have sufficient time to send their requests before handling them. This way, requests that need the facilitator’s attention can be flagged in dark red

vjcortesa commented 10 months ago

This is the "ALLOW SELLING REQUESTS" screen for the facilitator 231208_Facilitator_House market_allow selling png

vjcortesa commented 9 months ago

This is the "ALLOW IMPROVEMENTS" screen Text, next to the button:

231208_Facilitator_allow improvements

vjcortesa commented 9 months ago

This is the SHOW SURVEY screen Text, next to button: It’s time for players to answer a few questions about how they feel in their house.

231208_Facilitator_show survey

vjcortesa commented 9 months ago

This is the roll dice screen Text, next to button: Roll the dice to calculate the river and rainfall flood damage for this round, and enter the dice roll result

231208_Facilitator_roll dice screen

vjcortesa commented 9 months ago

231208_Facilitator_show damage screen

averbraeck commented 5 months ago

All screens are present. Further issues are reported as new issues.