Wren

Results 10 issues of Wren

Figure out how to deploy the existing Docker containers to a hosted web interface like AWS or Heroku.

feature request

A simple web interface for the app needs to be created in anticipation of eventual web deployment on AWS or Heroku.

feature request

The app needs comprehensive unit and integration tests, as it currently has next to none.

help wanted

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.

improvement

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...

feature request

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...

feature request
help wanted

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...

feature request
help wanted

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...

improvement