-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
68 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
title: Docker Image | ||
layout: default | ||
nav_order: 3 | ||
--- | ||
|
||
# Docker Image | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
layout: default | ||
title: Contest Dashboard | ||
parent: Usage | ||
--- | ||
|
||
# Contest Administration | ||
|
||
|
||
![Contest Dashboard](https://github.com/mmcinnestaylor/Programming-Contest-Suite/blob/14a068074f95fcf0c85f0edc7171f88f5cb64f4b/docs/assets/images/admin_dashboard.png?raw=true) | ||
|
||
The Contest Dashboard centralizes many of the administrator actions available in the PCS. | ||
|
||
### Card Overview | ||
|
||
- **Pre-Contest** | ||
- Generate and download the DOMjudge TSV files required to populate the DOMserver database with contestant data | ||
- **Post Contest** | ||
- Upload the results TSV file(s) from DOMjudge | ||
- In DOMjudge: *Administer > Import / Export > results.tsv w/ sort order 0* | ||
- **Extra Credit** | ||
- Generate and download the CSV files with contestant participation data | ||
- Notify all faculty registered with the contest that participation results are available | ||
- **Contest Tools** | ||
- Create a specified number of Upper/Lower Division walk-in teams | ||
- Check in/out all users (useful for virtual contests) | ||
- **Update User Role** | ||
- Update an account's role (Contestant, Docent, Proctor, Question Writer, Organizer) | ||
- **Account Tools** | ||
- Manually activate a user account. Useful if a registrant has issues verifying their account. | ||
- Mark a given team as a Faculty Team | ||
- **Discord Tools** | ||
- Creates the Upper/Lower Division Looking For Group roles on a Discord server | ||
- server specified by `GUILD_ID` configuration variable | ||
- Removes the Upper/Lower Division Looking For Group roles on a Discord server | ||
- server specified by `GUILD_ID` configuration variable | ||
- **Clear Discord Channel** | ||
- Clears a channel on a Discord server of all content | ||
- server specified by `GUILD_ID` configuration variable | ||
- **Volunteers** | ||
- Displays all volunteers registered in the system, whether they have registered for extra credit, and if they've checked into the contest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: default | ||
title: Usage | ||
nav_order: 4 | ||
has_children: true | ||
--- |