Skip to main content

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

  1. The User must be authenticated and have the Editor role.
  2. The User has a site id / block id / unit id to which he wants to attach an image
  3. The User has the has the image to be uploaded

Postconditions

  1. The system returns the URL and meta data of the created picture

Main flow

  1. The Editor uses an API call to upload a new picture for a given site/block/unit.
  2. The system validates the input parameters.
  3. 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.