jomarin38 / F3FChrono

Race managment system for F3F competition
GNU General Public License v3.0
2 stars 2 forks source link

Web : ranking computing #67

Closed sdaviet closed 4 years ago

sdaviet commented 4 years ago

Could you check f3f_ranking computing with a contest where you change the started bib Day+1 ? I have an error for my part.

jomarin38 commented 4 years ago

OK, I will check

jomarin38 commented 4 years ago

What did you do excatcly ? On Col de Faisses competition, I set the strt bib to 6, then used the web interface to complete the round and there was no problem in the web interface. However, there was an error in the link included in the header of round view page, which should be corrected by #68

sdaviet commented 4 years ago

I have this error on my test contest. It's possibly a bad contest data in the BDD. KeyError at _f3franking_event_view.zip

jomarin38 commented 4 years ago

I am not able to reproduce it, but from the error message, it should be fixed by #69

sdaviet commented 4 years ago

It work now. thank.