willowtreeapps / wombats-api

Wombats API
https://github.com/willowtreeapps/wombats-documentation
MIT License
10 stars 4 forks source link

Join Game - Display error if game starts while join modal is open #278

Closed morganduverney closed 7 years ago

morganduverney commented 7 years ago

Currently, the "Game Full" alert displays if a game starts while the join modal is open.

We should display a different alert for this scenario, based on Jesse's designs.

emilyseibert commented 7 years ago

this hsould be a web client ticket

morganduverney commented 7 years ago

Happy path, this is working.

There is an edge case where the user who attempts to join the game is the ONLY player to join the game. An error is not shown, and the user is navigated to the game screen. Then the game shows "ROUND 1 STARTS IN: 00:00", the player who joined is listed in the status bar, and the game has not started.

I've created # 250 on the web client to document that bug. Moving this issue to closed, since that is an edge case.