Update GameManager authored by Taryn's avatar Taryn
This is a standalone app that provides administration support for This is a standalone app that provides administration support for
- managing players - managing players
- managing quests and adventures - managing quests and objectives
- marking external quests complete for players - marking external quests complete for players
- managing the questions for the quizbot - managing the questions for the quizbot
...@@ -31,33 +31,33 @@ Displays a list of players currently in the database. Each row is an individual ...@@ -31,33 +31,33 @@ Displays a list of players currently in the database. Each row is an individual
* 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. * 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 # Quests and Objectives
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. Displays a list of quests and objectives currently in the database. Each row in the top box is an individual quest. When you click on the quest, all attached objectives will appear below in the lower box.
**Add a single quest** **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. * Click on the plus button when the Quests & Objectives tab is open. A new window pops up with all the addable fields.
**Import Quests and Adventures** **Import Quests and Objectives**
* 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. * Click the upload button when the Quests & Objectives 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** **Expand quest to see list of objectives**
* Click on a quest in the list of quests to expand the adventure cells. * Click on a quest in the list of quests to expand the objective cells.
**Add adventure to quest** **Add objective 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. * Click the plus button when the Quests & Objectives tab is open and a quest is currently selected. A new popup will appear with the available fields.
**Edit quest** **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. * Click on the pencil button when the Quests & Objectives tab is open and a quest is currently selected. A new window will pop up with the fields available to add.
**Delete quest** **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. * Click on the trash can when the Quests & Objectives tab is open and a quest is currently selected. A new window will pop up to confirm this decision.
**Edit an adventure** **Edit an objective**
* 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. * Click on the trashcan button when the Quests & Objectives tab is open and an objective is currently selected. A new window will pop up with all the available fields.
**Delete an adventure** **Delete an objective**
* 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. * Click on the trashcan button when the Quests & Objectives tab is open and an objective is currently selected. A new window will pop up to confirm this decision.
# Quizbot Questions # Quizbot Questions
... ...
......