AuburnACM / auacm

The Auburn ACM Website
Apache License 2.0
15 stars 3 forks source link

Change socket use, clean up Scoreboard html #69

Closed WilliamHester closed 8 years ago

WilliamHester commented 8 years ago

Since Flasknado.emit() sent a message to all clients, it meant that every single client would receive a new offset every time a client requested the offset from the server. It seemed like overkill. Instead, the websockets can now be used to request the time from the server. Also, the time until the competition starts is now displayed in Bootstrap's 'jumbotron' class and the table is hidden until the competition starts. The only downside is that now teams are not visible until the competition starts.