2024-12-22_17-54-02Z_Sunday
This commit is contained in:
parent
8db83e0cf7
commit
b791039bb3
@ -88,12 +88,11 @@ sequenceDiagram
|
|||||||
alt If check fails
|
alt If check fails
|
||||||
HPR->>HPR: Log Error
|
HPR->>HPR: Log Error
|
||||||
HPR->>Host: 412 ${error_code}
|
HPR->>Host: 412 ${error_code}
|
||||||
else All checks passed
|
|
||||||
HPR-->>email: email upload url
|
|
||||||
email-->>Host: email upload url
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
HPR->>DB: Set status to REQUEST_EMAIL_SENT
|
HPR->>DB: Set status to REQUEST_EMAIL_SENT
|
||||||
|
HPR-->>email: email upload url
|
||||||
|
email-->>Host: email upload url
|
||||||
HPR->>Host: Thank You page
|
HPR->>Host: Thank You page
|
||||||
```
|
```
|
||||||
> If an error occurs one of the following error codes will be returned.
|
> If an error occurs one of the following error codes will be returned.
|
||||||
@ -194,12 +193,11 @@ sequenceDiagram
|
|||||||
alt If check fails
|
alt If check fails
|
||||||
HPR->>HPR: Log Error
|
HPR->>HPR: Log Error
|
||||||
HPR->>host: 412 ${error_code}
|
HPR->>host: 412 ${error_code}
|
||||||
else All checks passed
|
end
|
||||||
HPR-->>HPR: Save files
|
HPR-->>Disk: Save files
|
||||||
HPR-->>email: Upload Confirmation
|
HPR->>DB: Set status to SHOW_SUBMITTED
|
||||||
email-->>host: Upload Confirmation
|
HPR-->>email: Upload Confirmation
|
||||||
end
|
email-->>host: Upload Confirmation
|
||||||
end
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Possible upload_confirm.php errors
|
### Possible upload_confirm.php errors
|
||||||
|
Loading…
Reference in New Issue
Block a user