forked from HPR/hpr_documentation
		
	2024-12-22_17-54-02Z_Sunday
This commit is contained in:
		| @@ -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->>DB: Set status to SHOW_SUBMITTED | ||||||
|   HPR-->>email: Upload Confirmation |   HPR-->>email: Upload Confirmation | ||||||
|   email-->>host: Upload Confirmation |   email-->>host: Upload Confirmation | ||||||
|     end |  | ||||||
| end |  | ||||||
| ``` | ``` | ||||||
|  |  | ||||||
| ### Possible upload_confirm.php errors | ### Possible upload_confirm.php errors | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user