diff --git a/workflow/uploading_a_show.md b/workflow/uploading_a_show.md index 087566b..35b8b8c 100644 --- a/workflow/uploading_a_show.md +++ b/workflow/uploading_a_show.md @@ -38,7 +38,7 @@ sequenceDiagram > The Host decides on a slot and wants to reserve it. -[`request.php`](https://repo.anhonesthost.net/HPR/hpr_hub/src/branch/main/hub/request.php) +[`request.php`](https://repo.anhonesthost.net/HPR/hpr_hub/src/branch/main/hub/request.php) → **REQUEST_UNVERIFIED** ```mermaid sequenceDiagram @@ -79,7 +79,7 @@ sequenceDiagram > The Hosts provides their email address, and date they wish to reserve. -[`request_confirm.php`](https://repo.anhonesthost.net/HPR/hpr_hub/src/branch/main/hub/request_confirm.php) +[`request_confirm.php`](https://repo.anhonesthost.net/HPR/hpr_hub/src/branch/main/hub/request_confirm.php) → **REQUEST_EMAIL_SENT** ```mermaid sequenceDiagram @@ -148,7 +148,7 @@ sequenceDiagram > The Host clicks on the link provided in the email in order to upload their show -[`upload.php`](https://repo.anhonesthost.net/HPR/hpr_hub/src/branch/main/hub/upload.php) +[`upload.php`](https://repo.anhonesthost.net/HPR/hpr_hub/src/branch/main/hub/upload.php) → **EMAIL_LINK_CLICKED** ```mermaid sequenceDiagram @@ -185,7 +185,7 @@ sequenceDiagram > The Host fills out the upload form and submits the show. -[`upload_confirm.php`](https://repo.anhonesthost.net/HPR/hpr_hub/src/branch/main/hub/upload_confirm.php) +[`upload_confirm.php`](https://repo.anhonesthost.net/HPR/hpr_hub/src/branch/main/hub/upload_confirm.php) → **SHOW_SUBMITTED** ```mermaid