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

Refresh player scores upon switching mode #25

Open tswift242 opened 10 years ago

tswift242 commented 10 years ago

Currently, upon switching to a new mode, the scores listed for the players for that mode are stale. That is, they correspond to the scores given to these players the last time they were scored (using some previous set of rules). This is confusing. It is easy to forget or not know they are stale. Intuitively, the scores I see upon seeing the new set of players should correspond to the current set of rules out there. Even if I remember the scores are stale, I most likely won't remember the set of rules they correspond to.

tswift242 commented 10 years ago

Should be able directly trigger the actionPerformed() callback of RecalculateScoreListener, which should do this.