diff --git a/workflow/email_thank_you_for_uploading.png b/workflow/email_thank_you_for_uploading.png new file mode 100644 index 0000000..5ea050d Binary files /dev/null and b/workflow/email_thank_you_for_uploading.png differ diff --git a/workflow/submission_thank_you.png b/workflow/submission_thank_you.png new file mode 100644 index 0000000..21a21d8 Binary files /dev/null and b/workflow/submission_thank_you.png differ diff --git a/workflow/uploading_a_show.md b/workflow/uploading_a_show.md index c775194..71246b7 100644 --- a/workflow/uploading_a_show.md +++ b/workflow/uploading_a_show.md @@ -73,6 +73,8 @@ sequenceDiagram ![The request a slot form page](request_slot_form.png) +--- + # Reserving the Slot > The Hosts provides their email address, and date they wish to reserve. @@ -130,6 +132,8 @@ sequenceDiagram ![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 @@ -138,6 +142,8 @@ sequenceDiagram ![The email containing the link](email_confirmation_of_request_to_reserve.png) +--- + # Host clicks the email link to upload their show > The Host clicks on the link provided in the email in order to upload their show @@ -156,9 +162,6 @@ sequenceDiagram end HPR->>host: Upload Webform ``` - -![The upload form](upload_form.png) - ### Possible upload.php errors | 412 Error Code | Check | @@ -171,9 +174,15 @@ sequenceDiagram | 066c518314f0d3b1ad3e4af60fcf36ce | Unable to remove temporary lock | | 5cb513b590ab5859bf7603b79402a5cb | Could not find Host in Database | +> The website provides a form to upload the show, and to change the host profile. + +![The upload form](upload_form.png) + +--- + # Upload -> The Host fills out the +> 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) @@ -194,7 +203,7 @@ end ``` ### Possible upload_confirm.php errors - + | 412 Error Code | Check | | --- | ------ | | 88fe2bc11a90f9f9ab9bdcc8a82d7401 | We are under DDOS attack. | @@ -237,8 +246,12 @@ end | c1381f1d2492f81074d8cb70c85f5fc8 | The host photo, has too long type | | 76ec33229ca023336a2b1c649b0491f5 | Could not update Database | +> The website provides a form to upload the show, and to change the host profile. + +![The upload confirmation form](upload_form.png) + # Upload Confirmation Email > The Host receives an email telling them that their show has been successfully uploaded. -![The email containing the confirmation](email_confirmation_of_upload.png) +![The email containing the confirmation](email_thank_you_for_uploading.png)