TenDRILLL / Argos

2 stars 0 forks source link

Use an actual database #10

Open TenDRILLL opened 1 year ago

TenDRILLL commented 1 year ago

We should move away from our SQLite file-based solution into a cloud-based Database solution. This is to avoid potential data destruction and to also gain access to real data within testing environment. Currently all developers have had conflicting data locally.

Definition of Done:

TenDRILLL commented 1 year ago

Additional note: We currently store data unencrypted in DB, should encrypt potentially sensitive data. Issue #11 relates.

TenDRILLL commented 1 year ago

After reflection I don't think we are changing the DB for now.

TenDRILLL commented 1 year ago

Relevant again due to issue #22