2024-12-22_17-54-02Z_Sunday

This commit is contained in:
Ken Fallon 2024-12-22 18:54:02 +01:00
parent 8db83e0cf7
commit b791039bb3

View File

@ -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
HPR-->>email: Upload Confirmation
email-->>host: Upload Confirmation
end
end
end
HPR-->>Disk: Save files
HPR->>DB: Set status to SHOW_SUBMITTED
HPR-->>email: Upload Confirmation
email-->>host: Upload Confirmation
```
### Possible upload_confirm.php errors