4.43. Editor - Attach pictures [postponed]
| Id | 4.43. |
| Description |
As an Editor,
I want to be able to add pictures to a specific site, bloc or unit,
So that I can document my register entries and complex on premise situations. |
| Priority | Medium |
| Actors | Editor |
| API Calls | POST /pictures |
| Linked Processes | |
| Status | Postponed |
Preconditions
- The User must be authenticated and have the Editor role.
- The User has a site id / block id / unit id to which he wants to attach an image
- The User has the has the image to be uploaded
Postconditions
- The system returns the URL and meta data of the created picture
Main flow
- The Editor uses an API call to upload a new picture for a given site/block/unit.
- The system validates the input parameters.
- The system returns the created picture url and metadata
Exceptions
[400 Bad Request] Invalid input:
If mandatory fields are missing or invalid, the system returns an error message.
[500 Internal Server Error] System Error
If the system fails to save changes due to an internal error, it displays an appropriate message and logs the error for further investigation.