Logiqx / wsw-tech

Technical tasks relating to Weymouth Speed Week
0 stars 0 forks source link

Improve reporting of duplicate motion IDs in entries.ipynb #76

Open Logiqx opened 11 months ago

Logiqx commented 11 months ago

The Python script that converts entries.csv to entrants.csv and motions,csv includes a primitive check for duplicate motion IDs.

The code needs to be enhanced, such that it considers the date(s) that motions are actually assigned when reporting duplicates.

e.g. Motions assigned to youths and then 2 day entries are not an issue.

It should also be enhanced to consider the data in motions-extra.csv

n.b. The motion server performs thorough checks on startup so similar code can be used in entries.ipynb