Seedings should be directly usable in Fencing Time (and other fencing tournament software) to make running an event using our software as easy as possible.
Dan Berke from Fencing Time gave the following specification for our CSVs:
The single-event seeding CSV file only needs a few columns:
MemberNum
(fencer's member number in the authority of tournament)Rank
(numeric seed value)Name
(fencer name in the format "Last, First")Change the headers of the columns and reverse the name.
This week.
This is implemented by commit 75124833. Name is still in the "First Last" format but I think it should be fine. We can flip the name if necessary for esthetics.
We currently support Fencing Time, but it's not quite as easy as possible. If we use the format described above exactly, then Fencing Time can import the CSVs without any additional configuration. Reopening until that is solved.
Seems things worked well in the past season, so I will close this ticket.