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
Goals: Currently, we have functionalities for users to create lobbies. However, once they create a lobby, the lobby is displayed as empty. Intuitively, it's the most reasonable for the host of the lobby to already have joined the lobby at the time of creation rather than asking them to join their own lobby again. We want to improve the LobbyCreateView in views.py to ensure that the host is automatically added as a player in the lobby. In conjunction with Issue #406, we also need to make sure that the host is not currently in any other lobbies.
Deliverables:
Pull Request
The text was updated successfully, but these errors were encountered:
Goals: Currently, we have functionalities for users to create lobbies. However, once they create a lobby, the lobby is displayed as empty. Intuitively, it's the most reasonable for the host of the lobby to already have joined the lobby at the time of creation rather than asking them to join their own lobby again. We want to improve the
LobbyCreateView
inviews.py
to ensure that the host is automatically added as a player in the lobby. In conjunction with Issue #406, we also need to make sure that the host is not currently in any other lobbies.Deliverables:
The text was updated successfully, but these errors were encountered: