Open thefisk opened 2 years ago
Work has started on this on the 2022-joker-changes branch.
Have added a JSON field to the accounts model to store Jokers used in the format {1: 4, 2: 6, 3:15}, where the key is the number of the joker and the value is the week it was played.
As of today, the majority of this work is complete.
Have now tested points scoring on positive and negative jokers, confirmed non-banker games work as normal and x6 multiplier is in place for joker weeks.
Also moved some code on CreatePredictionsView to make the redirect logic for AmendPredictionsView occur before doing any other database speed for a speed gain.
The Joker will go from being a once per season option, to a 3 times per season option.
It will no longer affect all scores, but will affect Banker games only.