uchicago-cs / chigame

BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Implement spectator functions for lobbies #403

Open jiyeongchloe opened 9 months ago

jiyeongchloe commented 9 months ago

Goal: According to the user stories, there should be an option for users to spectate a lobby whose match has not finished yet. We currently do not have functionalities to support spectating. We need to change the Lobby model to account for spectators, not just players, implement spectate lobby and stop spectating lobby buttons, and implement a spectator status bar that appears at the top of a lobby details page when a user decides to spectate.

Deliverables: