Add logic to calculate league standings and hook up to league standings page

This commit is contained in:
2020-11-07 19:08:46 -06:00
parent 12ff8c680f
commit 2241779f5d
5 changed files with 96 additions and 81 deletions

View File

@@ -54,6 +54,7 @@ const index = {
'/draft-board/available': ['controller::DraftBoard.get_available_players'],
'/matchups': ['controller::Scores.get_weekly_scores'],
'/league-standings': ['controller::Scores.get_league_standings'],
},
/*