fantasy-football-metrics-weekly-report
fantasy-football-metrics-weekly-report copied to clipboard
Command line application to create weekly reports (containing stats, metrics, and rankings) for Fantasy Football leagues on the following platforms: Yahoo, ESPN, CBS, Sleeper, Fleaflicker
## Description So this would exist on each team's page and be a bar graph with two bars per position. * One would be the average points scored by the...
Figure out how to deploy the existing Docker containers to a hosted web interface like AWS or Heroku.
A simple web interface for the app needs to be created in anticipation of eventual web deployment on AWS or Heroku.
The app needs comprehensive unit and integration tests, as it currently has next to none.
Currently many data calculations are run even for metrics that have been disabled in the report. These calculations should also be skipped if the metric is disabled.
Currently, the playoff simulations only support "points for" as the tiebreaker after overall/division record. However, some league settings use head-to-head record to break ties. This would require a dynamic field...
As proposed by @ragnarok56 previously, it would be nice to add a column to the luck table with a weighted luck metric that uses the z-scores of both teams in...
Currently coaching efficiency is calculated by taking your total score and dividing it by your optimal score, giving you a percentage rating for how close to picking the correct players...