Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Este PR añade el soporte para SQLite y rehace prácticamente todo el código, se retira la API v1 al ser incompatible con los nuevos cambios del manejo de los secrets (tokens).
Hay tres clases de usuarios que pueden interactuar con el backend..:
authenticationel token generado al momento de registrarse (disponible cuando salgan los endpoints v3), el propio usuario tendrá vinculados a su cuenta la lista de documentos que haya creado. Nadie puede alterar sus documentos (excepto la cuenta root).El rendimiento bruto se ha incrementado un 20-60%~:
Publish
Old:

😁 New:

Check
Old:

😁 New:

Get
Old:

😁 New:

El backend ahora implementa un programador de tareas, en este PR solo se añade un limpiador de documentos, pero es extensible a cualquier cosa.