RunSignUp-Team / RunSignup-Mobile-Timing-App

Apache License 2.0
3 stars 0 forks source link

Add option to export/email event results and timing data #26

Closed mattave closed 2 years ago

mattave commented 2 years ago

Could we give an option to email a .zip folder that contains result files and timing data files for each event?

Result files should be a CSV and should include net race times and names of participants (along with other data that's available - let's bring that up for discussion to figure out what's easy to add that would be useful)

Timing data files should be a tab-delimited text file with two columns - Bib number and the time of day of the finish.

We want to make this the same format as Roger's PC Timer app, then we could implement a Stream type that supports importing times from either system into RDS as a backup. https://github.com/RunSignUp-Team/rdgo-scoring/issues/1053