The week logs are currently stored in a proprietary binary format, which is bad. This is a great place to start implementing the foundation for storing everything externally (i.e. a database).
I'll work on this, using TypeORM to connect to the datastore. Typeorm is dialect-agnostic, meaning clean code that works in any environment.
Referring to the conversation in Discord: https://discord.com/channels/1260596921861410880/1264894183932559360/1296502795519918151, after being brought up in #108.
The week logs are currently stored in a proprietary binary format, which is bad. This is a great place to start implementing the foundation for storing everything externally (i.e. a database).
I'll work on this, using TypeORM to connect to the datastore. Typeorm is dialect-agnostic, meaning clean code that works in any environment.