Gustavrohss / EverythingIsWrong

0 stars 0 forks source link

Restricted navigation #20

Open majate opened 4 years ago

majate commented 4 years ago

Navigation should be restricted in order to prevent users from accessing views when the application state is not "correct". This includes navigation trigged by both buttons and the URL.

Here user is someone using the application and player is a user that is currently connected to an ongoing game session.

majate commented 4 years ago

See #13 for additional comments

Gustavrohss commented 4 years ago

Lots of navigation is now "global" for the app. About the third checkbox - due to how players are now able to reconnect, I suggest instead letting players NOT leave the current game session, and instead be given some type of "return to game" navigation option.