Skip to content

Commit

Permalink
Merge pull request #119 from ably-labs/update-codetour-createquest
Browse files Browse the repository at this point in the history
Add front-end tour for CreateQuest
  • Loading branch information
marcduiker authored Oct 19, 2022
2 parents 0240e87 + 747c123 commit 9ba30de
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .tours/serverless-websockets-quest.tour
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,17 @@
},
{
"directory": "api/Models",
"description": "### Creating a new Quest\r\n\r\nTo illustrate how Azure Functions and the `GameEngine`, `GameState`, and `Player` classes work together, I'll show the `CreateQuest` functionality starting at the Azure Function, and ending with publishing messages using Ably."
"description": "### Creating a new Quest\r\n\r\nTo illustrate how the Vue front-end, Azure Functions, and the `GameEngine`, `GameState`, and `Player` classes work together, I'll show the `CreateQuest` functionality starting in the `StartSection` Vue component, and ending with publishing messages using Ably."
},
{
"file": "src/components/StartSection.vue",
"description": "## Start Quest button",
"line": 56
},
{
"file": "src/components/StartSection.vue",
"description": "## createQuest front-end",
"line": 12
},
{
"file": "api/Functions/CreateQuest.cs",
Expand Down

0 comments on commit 9ba30de

Please sign in to comment.