Skip to content

Latest commit

 

History

History
25 lines (23 loc) · 1002 Bytes

to-do.md

File metadata and controls

25 lines (23 loc) · 1002 Bytes

TODO

  1. Admin page authentication

    • Users
  2. HTTPS for admin page -- 3. BUG: If there are no rounds added to the event, the scoreboard doesn't load

  3. Animations:

    • For the winner (so we need a way for admins to mark when the comp is over)
    • For updating scores
  4. Make it unnecessary to replace the scoreboard browser source every stream -- 6. BUG: If there have been no points scored, the bars show as full

  5. Per-user scoreboards?

  6. Generate new link via the admin interface, which automatically adds the round to the scoreboard

  7. Better validation when adding rounds to an event

  8. Revisit the score calculation algorithm:

    • Correctly handle rank ties
    • Scale points based on round metric
  9. GitHub readme

  10. Find suitable license for GitHub

  11. Eventual integration with Twitch bot to put link in chat (!link)

    • Expose API endpoint
  12. Persistent colours across reloads

  13. Multiple formats for graphs

  14. Whatever visual bugs we introduced during refactoring