tswift242 / fantasyfootball-custom-scorer

Fantasy Football program for quickly determining good custom scoring rules for custom leagues
MIT License
0 stars 0 forks source link

Add default rules from non-NFL fantasy sites #21

Closed tswift242 closed 10 years ago

tswift242 commented 10 years ago

Also, make the default rules site configurable through the UI

EDIT: ESPN, Yahoo, and CBS default rules now supported. Helper method for common rules added. Site is now configurable through the UI, which updates the Rules in the UI. GlobalOptionsPanel is now its own class.

tswift242 commented 10 years ago

Have helper method which sets up common RuleMap for all default Rule's the various fantasy sites have in common.

tswift242 commented 10 years ago

Separate globalOptionsPanel (in SimpleView) into its own class.