You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The streak re-calculation requires that an admin remembers to "Save Race" - that code (in race_controller.rb) will reclaculate streaks for racers in this race, and the previous one.
Occasionally this leaves streaks not reset (when save race is not used for a race).
A simple fix here would be to recalculate streaks for every race where streaks > 0 or those in the current race.
The impact here is two fold:
Incorrect stats for a user
The likely race list containing people not on streaks
I've fixed all people manually for the moment.
The text was updated successfully, but these errors were encountered:
The streak re-calculation requires that an admin remembers to "Save Race" - that code (in race_controller.rb) will reclaculate streaks for racers in this race, and the previous one.
Occasionally this leaves streaks not reset (when save race is not used for a race).
A simple fix here would be to recalculate streaks for every race where streaks > 0 or those in the current race.
The impact here is two fold:
I've fixed all people manually for the moment.
The text was updated successfully, but these errors were encountered: