euanwm / OpenWeightlifting

Repository that is deployed for the OpenWeightlifting site
https://www.openweightlifting.org
BSD 3-Clause "New" or "Revised" License
31 stars 21 forks source link

Quick fix for U10/U13 athletes best lifts in France Db #310

Closed jodwd closed 5 months ago

jodwd commented 5 months ago

In France, for U10/U13 athletes, Snatch or C&J is calculated with the sum of the 2 heaviest made attempts (it's also considered a bomb out when they make 1/3). Therefore total and Sinclair is calculated on the sum of 2+2 lifts for them.

image

image

This fix recalculates every athletes best snatch / clean & jerk with the actual heaviest made attempt.

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.97%. Comparing base (7a1fc68) to head (7fc3c7e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #310 +/- ## ============================================ Coverage 81.97% 81.97% ============================================ Files 17 17 Lines 527 527 Branches 4 4 ============================================ Hits 432 432 Misses 83 83 Partials 12 12 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

euanwm commented 5 months ago

Good catch again. I'll rebuild the DB again.