2024-12-22_16-53-22Z_Sunday
This commit is contained in:
parent
1a3539472e
commit
c33f382f8e
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 89 KiB |
@ -14,7 +14,7 @@ This process involves requesting a slot and verifying that the request is valid.
|
|||||||
- The host fills in the form which executes [upload_confirm.php](https://repo.anhonesthost.net/HPR/hpr_hub/src/branch/main/hub/upload_confirm.php).
|
- The host fills in the form which executes [upload_confirm.php](https://repo.anhonesthost.net/HPR/hpr_hub/src/branch/main/hub/upload_confirm.php).
|
||||||
- The host receives a confirmation email.
|
- The host receives a confirmation email.
|
||||||
|
|
||||||
# Selecting a slot
|
# Checking for a free slot
|
||||||
|
|
||||||
> The Host wishes to upload a show and wants to pick a date.
|
> The Host wishes to upload a show and wants to pick a date.
|
||||||
|
|
||||||
@ -72,8 +72,9 @@ sequenceDiagram
|
|||||||
|
|
||||||
![The request a slot form page](request_slot_form.png)
|
![The request a slot form page](request_slot_form.png)
|
||||||
|
|
||||||
|
# Reserving the Slot
|
||||||
|
|
||||||
# Selecting the Slot
|
> The Hosts provides their email address, and date they wish to reserve.
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
sequenceDiagram
|
sequenceDiagram
|
||||||
@ -123,11 +124,14 @@ sequenceDiagram
|
|||||||
|
|
||||||
![The email confirmation page](request_slot_thank_you.png)
|
![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.
|
||||||
|
|
||||||
|
![The email containing the link](email_confirmation_of_request_to_reserve.png)
|
||||||
|
|
||||||
# Sequence Diagram uploading a show
|
# Sequence Diagram uploading a show
|
||||||
|
|
||||||
[`request_confirm.php`](https://repo.anhonesthost.net/HPR/hpr_hub/src/branch/main/hub/request_confirm.php)
|
|
||||||
`email`
|
|
||||||
[`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)
|
||||||
[`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)
|
||||||
`email`
|
`email`
|
||||||
|
Loading…
Reference in New Issue
Block a user