Skip to content

ADR #6: REST API review and centralized database

Pablo García-Ovies Pérez edited this page May 1, 2023 · 1 revision

Backend functionality

Status

  • Accepted.

Context

Given the direction that has taken the developement of the application, no module will be necessary to be implemented outside the web app, as we are no longer using a centralized persistence system.

Decision

In order to enhacne the privacity of users' info, every data will be stored in the private PODs, so we won't need any additional feature such as a database to keep centralized info. So be it, we 've decided to remove from the project the restapi module.

Consequences

This supposes to abandon the idea of working with public locations shared between every users. In return, the developement of the main functionality of the project will be simpler.