Devlog
How I don’t like web development… did I already say that? I’ll say it again.
I’m working on the OAuth2 settings, and I had a problem where one of the query parameters wasn’t reaching the backend. I still don’t know what actually fixed it.
Then I had another problem. I have a function that changes values in the backend, but only one button worked while everything else didn’t.
It turned out to be because I debugged the first problem with AI. Always trust your own mind before trusting AI. The problem was hx-trigger.
I also had problems applying CSS through HTMX. In the end, I solved it by using hx-redirect.
But in the end everything works (you can see it one the phtoto)
I also worked on the scenario system, which loads scenarios from a JSON file. It isn’t tested yet, and I still need to work on state snapshots. The idea is that you’ll be able to save a moment in time and restore it later, so you can test the same scenario as many times as you want without setting up all the data again.
I also started working on a companion app to showcase the differences between my implementation and the official demo car sandbox.
I’ll write more about it in the next devlog.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.