johnridesabike / coronate

A Swiss-style chess tournament management app.
https://coronate.netlify.app/
Mozilla Public License 2.0
148 stars 25 forks source link

Uploading Players using a Google/Excel Sheet #85

Open Havenfire opened 1 year ago

Havenfire commented 1 year ago

I hosted a tournament gathering the information from a Google Form which was exported to a Google Sheet. An interesting additional feature would be an uploadable .csv/.tsv file which would get parsed and add a potential list of players. Would you have any thoughts on the format of these files? I've looked at your app and would like to contribute!

johnridesabike commented 1 year ago

There was actually some recent discussion in issue #84 about importing/exporting a .csv or similar formats. I like this idea, but I haven't had the time to add it yet.

And I welcome any contributions, although I suspect this may be a little bit complicated to get started (depending on how comfortable you are editing ReScript code). Once I have a chance, I can try to throw together a basic version of the feature that will be easier to build on.

Thanks for the suggestion!