euanwm / OpenWeightlifting

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

Add floor of 0.0 for best_snatch, best_cj, and total #343

Closed joeysantia closed 4 months ago

joeysantia commented 4 months ago

Added a floor of 0.0 for best_snatch and best_cj properties. Also added a conditional to the total that returns either 1) 0.0 if either best_snatch or best_cj are 0.0, or 2) the sum of best_snatch and best_cj. Pulled event 444 and confirmed that it matches the data on the NVF website (https://resultater.vektlofting.no/stevner/444)

euanwm commented 4 months ago

Good work @joeysantia

Closes #338