From 53240cce2c6efe14dde20c4f67c11789c6efee81 Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Sun, 22 Dec 2024 19:08:03 +0100 Subject: [PATCH] 2024-12-22_18-08-03Z_Sunday --- workflow/uploading_a_show.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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