ishakir / shakitz-fantasy-football

The open source fantasy football application!
Eclipse Public License 1.0
37 stars 11 forks source link

Waiver wire doesnt lock at proper time on final gameweek #83

Open MikeSpitz opened 6 years ago

MikeSpitz commented 6 years ago

app/models/game_week.rb def waiver_lock_time always has lock time - 1day.

This does not work on final gameweek. Need to add business logic so it is -4 day (locks Wednesday) if final game week.