sprx97 / OldTimeHockey

Website and scripts for OldTimeHockey fantasy hockey league.
http://www.roldtimehockey.com
3 stars 5 forks source link

Add DB Table of weekly PFs #93

Closed sprx97 closed 6 months ago

sprx97 commented 3 years ago

Team ID | year(?) | Week | PF

Should be pretty easy to backfill via FF API https://www.fleaflicker.com/api-docs/index.html#operation--FetchLeagueScoreboard-get

Also need node API to query this.

sprx97 commented 3 years ago

Also can use this to populate highest weekly PFs... maybe have to filter out scoring period 1 as a long week.

sprx97 commented 2 years ago

Also could store daily scores, and maybe even transactions. Depends on how much data we want to keep.

sprx97 commented 6 months ago

Fixed this a while back. Daily scores even!