- Create a MySQL database and import sql/create.sql
- Create header and footer html pages
- Make the sgf folder writable by the web server (or just chmod 777)
- Copy conf.php.default to conf.php
- Update conf.php with appropriate values
- Customize phtml pages
- Go to the admin section to create bands, players, and rounds
We welcome contributions to the Tournament Crosstabs application. Contributions can be by creating an issue, helping out with an issue or submitting a pull request.
- Login to admin site localhost/admin
- Create new Band [band=tournament]
- Add Band
- Do not add players
- Create Rounds
- Add Round
- Select band from list, newest is on the bottom
- Type rounds in order from 1-X where X is the max number of rounds
- Do not add dates for rounds
- Add players and round data
- Import Results
- Select Band from list
- Select file type from dropdown list
- PyTD JSON - JSON file generated from newer version of PyTD
- PyTD XML - This is the XML that can be generated from PyTD Old, OpenGotha, Jon Boley TD program
- AGA Results TXT - This is the parsed txt export that is sent to the AGA for final ratings
- Import file will build the player list and generate the results for the crosstabs.
- Check the tournament you’ve imported for the correct results
- Managing Game Results / Adding SGF to game records
- Manage Game Results
- Search for the players names and check for the date
- Click the result of the matchup
- Select SGF file from file chooser
- Click submit to add the SGF
- Check tournament to make sure files are added correctly
If there are any issues, contact Steve ([email protected]) for assistance. Help request must include Band, Round, Players, and Actual result. This happens once per congress and can only be fixed through the database directly.