For this last sprint in OSD700, there are two things I want to work on.

Starchart

For Starchart, I want to try and finish the migration I was working on from Classic Remix Compiler to Remix Vite, so that we can include it in the release next week.

Last I worked on it, I managed to get the dev server to run fine, but something's still broken in the build step, because the server gets stuck starting up forever after being built.

CI timeout

I'm not sure how to debug this yet but I'd really like to get it in as part of the release so I expect to spent a fair amount of time on it this week.

chatcraft.org

The other thing I'm doing for this sprint is looking into implementing age encryption for API keys in chatcraft.org, which will allow for securely storing them on the server instead of in browser storage. This should be pretty interesting because I haven't had a lot of opportunities to write new code this term, and I'll have to do some research into the implementation since I haven't worked with age encryption before.