cchan / WUCT

Scoring system for the Washington University Chemistry Tournament Breaking Bonds Round. Built on Firebase, with instant syncs and no backend.
https://wuct.clive.io
MIT License
0 stars 0 forks source link

Check whether each team has a scorer #5

Closed cchan closed 5 years ago

cchan commented 7 years ago

Would be useful for a ready-check on the control panel - maybe a basic poll everyone/gather responses system. And ensure there's only one scorer, etc.

cchan commented 5 years ago

This could be done by maintaining a Firebase row for each connected user, using onDisconnect() to empty the row when disconnected, and output those live scoring.html users on the control panel.

cchan commented 5 years ago

Closed by 7d998b6