Wren
Wren
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...
Currently, when returning lists of objects, YFPY returns them as lists of dictionaries, each with a single key corresponding to the data type of the object value (so a list...