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
|
||||
HPR->>HPR: Log Error
|
||||
HPR->>Host: 412 ${error_code}
|
||||
else All checks passed
|
||||
HPR-->>email: email upload url
|
||||
email-->>Host: email upload url
|
||||
end
|
||||
end
|
||||
HPR->>DB: Set status to REQUEST_EMAIL_SENT
|
||||
HPR-->>email: email upload url
|
||||
email-->>Host: email upload url
|
||||
HPR->>Host: Thank You page
|
||||
```
|
||||
> If an error occurs one of the following error codes will be returned.
|
||||
@ -194,12 +193,11 @@ sequenceDiagram
|
||||
alt If check fails
|
||||
HPR->>HPR: Log Error
|
||||
HPR->>host: 412 ${error_code}
|
||||
else All checks passed
|
||||
HPR-->>HPR: Save files
|
||||
end
|
||||
HPR-->>Disk: Save files
|
||||
HPR->>DB: Set status to SHOW_SUBMITTED
|
||||
HPR-->>email: Upload Confirmation
|
||||
email-->>host: Upload Confirmation
|
||||
end
|
||||
end
|
||||
```
|
||||
|
||||
### Possible upload_confirm.php errors
|
||||
|
Loading…
Reference in New Issue
Block a user