ocadotechnology / aimmo

A python-based multi-player online educational game for students to play in a class or club setting.
Other
116 stars 72 forks source link

Handle edge cases of Game creation / Agones allocation gracefully #1787

Closed faucomte97 closed 7 months ago

faucomte97 commented 1 year ago

Task Description

Right now, when a Game is created and it fails to allocate for some reason, or it fails to change worksheet (fails to recreate) we give no feedback to the user. They get stuck in seemingly endless loading screens and dialog boxes. We need to have a graceful way of handling these which informs the user.

Acceptance Criteria

Copywrite Requirements

faucomte97 commented 7 months ago

Restructure will change things