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
Starting with the pandemic some locations for playing the game sessions were under the lockdown. Part of the players moved to online game sessions on Discord. But since the admin is the only now able to manage tables and game session slots, it is difficult to create an online game session. It requires to ask the admin to create a game session on a given day on the special table.
We would like to improve this functionality, by allowing the DMs to create the games on the selected tables at will. They can even overlap as such "tables" are virtual and can be used multiple times.
Proposed solution
Scenario: Only DM can go to the new game session creation pageGiven I am a DM user
When I log in
Then I can see a button icon in the top navbar for creating a new game session
And the button leads to the new view for creating a new game session on a virtual table
Scenario: DM can create a new game session with bookingGiven I am a DM user
When I go to the new game session creation view
And fill out the form with fields as in a booking view extended by the fields of the date and a virtual table selection
And hit the button "Create"Then I have a new game session and it is booked automatically for me
Technical details
We need to provide a separate endpoint for pulling tables - especially virtual ones
We need to reuse a game session booking components for creating this new form
We need to provide a new API endpoint for creating a game session with virtual tables only and then book it as previously - some refactoring may be required
Background
Starting with the pandemic some locations for playing the game sessions were under the lockdown. Part of the players moved to online game sessions on Discord. But since the admin is the only now able to manage tables and game session slots, it is difficult to create an online game session. It requires to ask the admin to create a game session on a given day on the special table.
We would like to improve this functionality, by allowing the DMs to create the games on the selected tables at will. They can even overlap as such "tables" are virtual and can be used multiple times.
Proposed solution
Technical details
Related stories:
The text was updated successfully, but these errors were encountered: