Devlog 7
Posted on 2025-02-09
Making good progress today. I've not done too much programming, but it feels like I'm getting more done quickly which either means the project is in a good state or I'm about to hit a horrible brick wall.
Today's work
Primarily today I've been working on the list_items handlers so I can insert items into lists and move them around. That's been fun. Luckily the majority of this is done in SQL which means I really only need to check the parameters using Go and route the logic accordingly. I'm much better at writing SQL.
I also decided it was a good time to create a script to automatically populate some data. This should make it a lot easier to test different queries as I won't have to start from scratch each time.
What's next
I'm going to finish off this script and use it to test my handler functions. After that, I should be good to go with basic frontend stuff (I know, I know).