jasonfsmitty / krach

KRACH calculator for hockey rankings
MIT License
5 stars 5 forks source link

Better support for showcase teams #9

Open jasonfsmitty opened 1 year ago

jasonfsmitty commented 1 year ago

Currently filtering out showcase teams requires adding a filter per division. Showcase "teams" are really entire organizations, and as such we should be able to specify the organization once, and have it filtered out of all KRACH ratings for all age/skill levels.

jasonfsmitty commented 1 year ago

Ideally the gamesheetstats.com APIs would provide info to determine showcase-vs-full team status; so far I haven't been able to find anything in the existing APIs.

jfgreco commented 1 year ago

Been contemplating moving this to a database for storage instead of markdown. That method would allow for getting into this type of filtering.

jasonfsmitty commented 1 year ago

Rather than continuing to use a blacklist filter of teams to exclude, I'm probably going to switch to a whitelist filter of teams that are included in the final rankings. In theory this can be configured upfront at the beginning of the season. During the season, if showcase teams are added (as happened last year in our division) they will be ignored automatically.