michelmansour / fb-power-rankings

Power Rankings for ESPN Fantasy Baseball
MIT License
11 stars 6 forks source link

Scoring categories should be configurable #3

Closed michelmansour closed 9 years ago

michelmansour commented 10 years ago

Scoring categories should be specified in a config file. For each category, three things need to be defined: name, order, and whether lower is better.

michelmansour commented 9 years ago

Resolved by commit b46a54. The script now looks for a comma-separated list of categories where lower values are better in the configuration file, indicated by the lowerBetter property.