wiki from old repository authored by Merlin's avatar Merlin
This is a standalone app that provides administration support for
- managing players
- managing quests and adventures
- marking external quests complete for players
- managing the questions for the quizbot
### Links to GameManager Import Functionality
* [[Importing players with the gamemanager]]
* [[Importing quests and adventures with the gamemanager]]
* [[Importing quizbot questions with the gamemanager]]
* [[Importing interactable objects with the gamemanager]]
# Players
Displays a list of players currently in the database. Each row is an individual player, and relevant information about each one is displayed in the row.
**Add new player**
* Click on the plus button when the Players tab is open. A new window pops up with all the addable fields.
**Import players from CSV file**
* Click on the upload button when the Players tab is open. A new window pops up that lets you navigate to the file.
**Edit a player**
* Click the pencil button when the Players tab is open. A new window pops up with all the addable fields.
**Delete a player**
* Click the trash can button to have a pop up come up with a confirmation box.
**Sort players by name**
* Click on the apply filters button to have a pop up come up with all of the possible filters. At the moment, it would just be first name, last name. Then you would hit apply to apply the filter. Clear filter would get rid of it.
# Quests and Adventures
Displays a list of quests and adventures currently in the database. Each row in the top box is an individual quest. When you click on the quest, all attached adventures will appear below in the lower box.
**Add a single quest**
* Click on the plus button when the Quests & Adventures tab is open. A new window pops up with all the addable fields.
**Import Quests and Adventures**
* Click the upload button when the Quests & Adventures tab is open and a quest is currently selected. A new window pops up that lets you navigate to the file.
**Expand quest to see list of adventures**
* Click on a quest in the list of quests to expand the adventure cells.
**Add adventure to quest**
* Click the plus button when the Quests & Adventures tab is open and a quest is currently selected. A new popup will appear with the available fields.
**Edit quest**
* Click on the pencil button when the Quests & Adventures tab is open and a quest is currently selected. A new window will pop up with the fields available to add.
**Delete quest**
* Click on the trash can when the Quests & Adventures tab is open and a quest is currently selected. A new window will pop up to confirm this decision.
**Edit an adventure**
* Click on the trashcan button when the Quests & Adventures tab is open and an adventure is currently selected. A new window will pop up with all the available fields.
**Delete an adventure**
* Click on the trashcan button when the Quests & Adventures tab is open and an adventure is currently selected. A new window will pop up to confirm this decision.
# Quizbot Questions
**Add a question**
* Click on the plus button when the Quizbot tab is open. A new dialog box will open up with the possible options.
**Edit a question**
* Click on the pencil button when the Quizbot tab is open. A new dialog box will open with the possible options.
**Delete Question**
* Click on the trash can button when the Quizbot tab is open. A confirmation dialog box will open with the possible options.
# Interactable Objects
Coming Soon.
\ No newline at end of file