diff --git a/workflow/upload_form.png b/workflow/upload_form.png new file mode 100644 index 0000000..639cb65 Binary files /dev/null and b/workflow/upload_form.png differ diff --git a/workflow/uploading_a_show.md b/workflow/uploading_a_show.md index c6ddc5a..c775194 100644 --- a/workflow/uploading_a_show.md +++ b/workflow/uploading_a_show.md @@ -128,27 +128,21 @@ sequenceDiagram > The website provides a "Thank You" page notifying the Host that the email is sent. +![The email confirmation page](request_slot_thank_you.png) + # Confirming a working email address > The Host checks their email and receives a link to where they can upload their show `email` -![The email confirmation page](request_slot_thank_you.png) - -# Host receives an email - -> The website sends an email to the Host with a link to upload their show. - -[`upload.php`](https://repo.anhonesthost.net/HPR/hpr_hub/src/branch/main/hub/upload.php) - ![The email containing the link](email_confirmation_of_request_to_reserve.png) -# Sequence Diagram uploading a show +# Host clicks the email link to upload their show -> The Hosts clicks the link to upload the show +> 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) ```mermaid sequenceDiagram @@ -163,6 +157,8 @@ sequenceDiagram HPR->>host: Upload Webform ``` +![The upload form](upload_form.png) + ### Possible upload.php errors | 412 Error Code | Check |