Hey Amy, Mols!
Amy - yeah, I was definitely disappointed they didn't share the wealth on that. If I had more courage, I would've walked away. But, I've been goofing off on the job prep stuff, and it's nice to have the cash rolling in while I decide if I want to stay on board.
Mols - the spiritual stuff is interesting. Good point about the animals not worrying about anything - in fact, one of those gurus was saying exactly the same thing. In the meantime, I've been doing 10 minutes of guided meditation a day, for now. Just videos from youtube, It's nice, but I wish I could stay that peaceful and calm for the whole day. Anyway, I'm going to stick with that habit - I have a steak of a couple of weeks or so going on with that.
Speaking of which, I finally got my habits app with the "streak" calendar deployed to the web. The way it works is you just enter some habits that you want to track. Then, every day, you go over them and click "done". Then it will pop up a calendar with the full year in it. Each day that you've done the habit will be highlighted in green.
It took forever to deploy it because there was a bug which was hard to track because the error message from the server is always a useless cross-browser-forgery message that makes it look like an authentication or authorization issue when it's nothing of the kind. But, at least I used it as motivation finally to review that portion of the code, and now I have a much better idea of how it's working.
I also found a good way to make the API call from a web client that doesn't mask the error. Once I got to that point, it wasn't long before it was straightened out. But that's software for you. It will easily eat up days of your time.
Anyway, now that that's out of the way, I have some more cleaning up to do. Right now, it's not set up for multiple users, which is basically like creating a car without wheels. I really have to get it to that point, in case I evero demo the code like in a job interview situation or something.
But, I want to do the same app in something called React. It seems to be more popular and have more widgets available. Also, it's what my company uses.