Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a continuation of issue: #701
I have been working fine with this solution. But if I want to run bigger competitions and get teams and individual classification by this score for giving tropheys and medals in that final competition moment, I would need 100% automatic process. Calculating score dragging Excel formula is slow to get results and risky for people mistakes.
Thinking about it, my idea is to get results data if an endpoint exitsts. Process the data by a script or by an application made by me and output a PDF with all the results: groups results, category results, individual and teams Sinclair classification, individual and teams Élite score classification... Etc.
Nowadays an endpoint already exists: export database endpoint. But this outputs a lot of information and I don't know if this JSON schema will change.
What do you think about it? Is there a better approach to get this? It is something like develop a plugin to get all type of results by not international score.
Beta Was this translation helpful? Give feedback.
All reactions