You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: