pangea-poker
pangea-poker copied to clipboard
Player was able to sit down at two seats at the same time
Backend has to make sure it does not allow the same user to sit at two different seats.
GUI needs to hide SIT HERE from other seats once the user clicked on any SEAT.
- User clicks on SIT HERE
- All other seats become blank while GUI is waiting for the server response
- Once server responds with 3.1 seat_taken: 0 then the user takes that seat. 3.2 seat_taken: 1 -> server pushes information on the new seats occupancy. SIT HERE appears for all the available seats.