eecs448-project-4/app
2020-11-07 16:45:55 -06:00
..
assets Add logic for serving front-end from /app 2020-11-04 20:47:58 -06:00
controllers Add endpoint for fetching matchups & hook up to matchups interface 2020-11-07 16:36:43 -06:00
models Add logic for calculating projections & random offset 2020-11-07 16:45:55 -06:00
routing Add endpoint for fetching matchups & hook up to matchups interface 2020-11-07 16:36:43 -06:00
services Add logic for generating weekly matchups via patch 2020-11-07 13:02:37 -06:00
views Setup user authentication for login-flow 2020-11-04 20:31:52 -06:00
FrontendUnit.js Write patch to pull in weekly player data to database; start player/team stat models 2020-11-07 12:10:19 -06:00
GenerateMatchupsForWeek.patch.js Add logic for generating weekly matchups via patch 2020-11-07 13:02:37 -06:00
GenerateWeeklyResults.patch.js Write patch for generating weekly matchup results 2020-11-07 13:22:15 -06:00
SeedAPIData.patch.js Flesh out Player model and write patch to populate players from sporting API 2020-11-04 22:57:22 -06:00
SeedWeeklyPlayerData.patch.js Populate player stats when weekly player data patch is run 2020-11-07 16:14:00 -06:00