petlof / liveresults

EmmaClient is a client-server system for publishing liveresults from Orienteering events. It have been used on many major events such as JWOC, WOC, EOC,..
http://liveresultat.orientering.se
GNU Lesser General Public License v3.0
40 stars 24 forks source link

Changing runner afterwards #52

Open ajacomet opened 3 years ago

ajacomet commented 3 years ago

in OE, if a runner is in a wrong category and then changed to the right (after readout) category, he is displayed two times: in the wrong and the changed category. Only visible at liveresultat.orie.... not in OE. Settings are set to export all records but problem occures in both modes. Workflow?

petlof commented 2 years ago

Main issue here is that OE does not give out any stable ID's for the runners, hence id's are made up from runner club and class and when a runners start to exist in a new class it is detected as a new runner unfortunatly.

Also it's cause of upload being incremental and therefore not detecting "removed" runners.

Also issue with that OE only includes runners in the export after they have some kind of result and therefore we might end up with deleting runners have have starttimes uploaded even though they should remain.

Will have another look on this to see what we can do.