twiceineverymoment / smashclub

A web app for managing Super Smash Bros. competitive leagues with tournaments, ELO ratings, and event management.
1 stars 1 forks source link

Add Tournament Results to Hall of Records #82

Closed twiceineverymoment closed 6 years ago

twiceineverymoment commented 6 years ago

Implement the "Tournament Results" section of the Records page.

This page should store the results of all previous tournaments, including their format and overall winner.

User info in records should be stored by gamertag, so the data remains intact if an account changes names or is deleted.

This will require the creation of two new DB tables: "records_tourney_info" and "records_tourney_results"

twiceineverymoment commented 6 years ago

Test case:

PlsExplnTheJoke commented 6 years ago

Tournament set for 10:00am As of 9:55am, Tournament does not appear on Match Results in Hall of Records As of 10:00am, Tournament appears on Match Records in Hall of Records