huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
236 stars 79 forks source link

[AT] IV. Saving results #6953

Closed LaszloKecskes closed 3 days ago

LaszloKecskes commented 3 months ago

Add the functionality to fetch and save results to the Uwazi side handler. This time the result message will contain all information necessary, there will not be a need to query API endpoints, like in IX.

The response message will be:

namespace: str - <the name of the tenant>
key: list[str] - [<entitySharedId>, <propertyId>]
text: str
language_from: str
languages_to: list[str]
translations: list of objects as:
    text: str
    language: str
  success: bool
  error_message: str

The saving process should: