Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Tabroom XML importer #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tienne-B
Copy link
Member

@tienne-B tienne-B commented Aug 5, 2019

See constituant commits.

Task #12

This commit adds a purpose of the repo to contain translators from
different formats, now in the 'converters/' subdirectory. The first of
these translators is for Tabroom, a tournament management system by the
National Speech & Debate Association, an American high school debate
association.

This format is used for import/export onto the Tabroom site, as well as
"Computer Assisted Tab," "Joy of Tournaments," and "TRPC." The schema
used as a basis is available on GitHub:
https://github.com/TimothyGu/tabroom/blob/master/ndt/DataFiles/TourneyData.xsd
Further, some datafiles were found and used for testing.

There seemed to be two ways to encode the rounds with results; using
<ROUND tags with flat structure or hierarchic <ROUNDRESULT tags. The
latter seems to be deprecated, with its portion commented out of the
schema. It was added anyways with the former for the completeness of
the translator.
@tienne-B tienne-B force-pushed the tabroom-translate branch from 38ade51 to 20eaf94 Compare August 5, 2019 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant