tabbycat icon indicating copy to clipboard operation
tabbycat copied to clipboard

Exporting public results

Open Cynosure-North opened this issue 2 years ago • 3 comments

It would be great if there was some standardized way to export the results, e.g. the top speakers and results of the finals. As far as I can see the only option is to export the entire tournament which breaks confidentiality.

Cynosure-North avatar Jun 11 '22 06:06 Cynosure-North

Hey, thanks for the feedback! Are you asking this as someone running tabs, or a participant wanting to make copies of the results? Or both?

If you're just looking at gather key data in a relatively ad-hoc fashion, have you tried using the copy button for the tables you want to store? They should copy-paste into spreadsheets cleanly. Using this method is a bit more manual, but means that we don't need to make any fixed assumptions about what kind of data people want - instead they can DIY it. For more advanced automation, I think the API should have endpoints that can automated this process (they just might need to be converted to CSV as an end stage).

philipbelesky avatar Jun 11 '22 08:06 philipbelesky

Hi, I'm asking from both perspectives really. For context, I'm trying to streaming recording results for my society's website. I didn't actually notice the copy paste buttons 😬, but ideally there would be some per-institution way of exporting breaking teams and top 10 speakers. Considering there are the copy paste buttons though, it's probably a lower priority.

Cynosure-North avatar Jun 11 '22 14:06 Cynosure-North

The API also provides a standardized JSON format for breaking teams (GET /v1/tournaments/{tournament_slug}/break-categories/{id}/break) and speaker standings (GET /v1/tournaments/{tournament_slug}/speakers/standings).

tienne-B avatar Jun 11 '22 14:06 tienne-B