MariaVolpe / EscapeNLP

http://escapenlp.herokuapp.com/
4 stars 1 forks source link

Set a game as inProgress on BE #76

Closed MariaVolpe closed 5 years ago

MariaVolpe commented 5 years ago

Set a game session's attribute inProgress to true when a game starts, and return it to the FE from getAllSessions() call alongside the other attributes. Then, thanks to John, the FE browser filters out games marked as in progress so they can't be joined. In addition, John removed the settings icon on the navbar when not in a game and also the hour component of the in-game timer.