Logs
This is where I'll be logging my progress and thoughts
First Log
05/11/2025
This is the first log, it's hardcoded just to test displaying logs. I don't yet know how I'll push the logs to the page, but I'll figure it out as I go along
Second Log
05/11/2025
Also hardcoded: I'll need a database to store the logs, then I'll need to get the logs from the database to the page
I'll likely use SQL
05/11/2025
HC: I don't want to have to log everything from my console, so I need to design an interface to publish my logs. This is supposed to be convenient for me to use - the most convenient method would be with a phone app but that would be a whole other project. I might start logging things with basic SQL queries to test it out then build on from there
Sorting
05/11/2025
HC: I'll also then sort everything chronologically, but I can do that from the BE