The view is (currently) the same for the scrum master and the developers. It prints the join URL and the list of currently joined users.
Changes to this list are immediately shown on the page.
A scrum master will be directed to this page after game creation, a developer after visiting the join URL.
User interface:
Button: "Create new Game" redirects the user to a new "Game Overview" - as scrum master.
Button: "Leave" redirects the user back to the home page, leaving the game.
Join URL: Directly leads to the "Game Overview" as developer.
Processes:
Create game (generate new game ID, redirect to game overview page, join the current user to the game as scrum master, notify other users of the game of a joining user.)
Leave game (redirect to the home page, notify other users of the game of a leaving user)
Joining the game directs the user onto the game overview. This joins the current user to the game as "developer", notify other users of the game of a joining user.)
Related to: #12
The view is (currently) the same for the scrum master and the developers. It prints the join URL and the list of currently joined users.
Changes to this list are immediately shown on the page.
A scrum master will be directed to this page after game creation, a developer after visiting the join URL.
User interface:
Processes: