Chris5613 / RankRiddler

Web-based Guess the Rank game
https://www.rankriddler.com/
MIT License
6 stars 12 forks source link

Socket.io vote system #173

Closed Chris5613 closed 7 months ago

Chris5613 commented 7 months ago

Our current vote system is great and updates the % for each option nicely but one thing we can add is making it update instantly in real-time so that if a user clicks on Iron and the original iron is at 0 votes, the moment the user clicks on submit and is shown the chart it should be instantly updated to 100% since Iron would have been the first and only vote.

We're already using socket.io for our real-time communication and we can also use it for this issue.

Chris5613 commented 7 months ago

This issue is no longer being considered