Tournament Library Panel
Overview
The tournament library panel displays the tournaments that
reside in the repository being
used by this instance of the application. It is a sub-panel of the component library panel.
The table displays key data about each tournament:
- Whether or not the tournament is active
- The name of the tournament
- The league that contains the tournament, if any
- The start date of the tournamen
- Whether or not the tournament is complete
- Whether or not the tournament is locked
You can preview each tournament by selecting it. The
preview will display in the panel on the bottom.
Below the table are buttons that provide the following
functionality:
- Create a new tournament: This will initiate the tournament creation wizard
- Activate the selected tournament: This makes the selected tournament the active tournament
- Rename the selected tournament(s): The renames the
selected tournament(s). Any components that reference a renamed
tournament will be resaved to the repository.
- Delete tournament: This lets you attempt to delete the
selected tournament(s). You will be unable to delete tournament(s) that are referenced by other components.
- Lock the selected tournaments. Locked tournaments are opened "read-only" can cannot be modified.
- Unlock the selected tournaments.
- View the component
references report: This brings up a dialog that gives you a view into
which components reference the selected tournament.
- View XML: Displays the XML file behind the selected tournament...primarily for debugging purposes.
- Import tournament: Your ability to import tournaments into the repository.
- Export tournament: Your ability to export tournaments or information from them in a format that can be used outside the repository.
- Create report: Create a nicely formatted report of various information from the tournament.
See also