nga-27 / fantasy-football-scratchpad

Utilizing the ESPN fantasy football APIs to help manage two leagues combine simultaneously.
0 stars 1 forks source link

How will `current_week` work with the Playoffs as written? #14

Closed nga-27 closed 2 years ago

nga-27 commented 3 years ago

The current_week trigger will obscure future games not in the week, but we'll have to probably reassess the "locked-in" nature of the playoffs round by round later.

Notably: I don't want round 1 playoffs to get scrambled after every game. We'll need to tie current_week to len(league) + playoffs or the like so that round 1 doesn't get messed up by round 2, round 2 by 3, etc.

It'll probably be until later November before we can address it.

nga-27 commented 2 years ago

resolved with #20, #19, and #18