steroid-team / app

Helping you organise your day with ease and privacy.
1 stars 2 forks source link

Create database service #2

Closed YagoGG closed 3 years ago

YagoGG commented 3 years ago

Description

We need a database to be able to store the user content in the app (both tasks and TODOs).

For now it only has to store the text contents of the tasks, but ideally, it should be as data-agnostic as possible, since it will also hold in the future:

It is also important that the database contents can be kept in sync with a file in the filesystem, that we encrypt later on.