v1.04.91
Celebrating my 250th commit!! :D
- fully deleted the curriculum tool since its frustrating and too hard rn and i’m going to do it later after i do my data refactor
- removed the ai detector thing, the link still works for now, but I don’t think i want to use it because its too unreliable, and is too much of a project in its own right than a small tool
- I’m doing a major refactor of my data structure. Previously, my curriculum information all sat in one MASSIVE json. but now i have a complex folder network. Each curriculum will have an index.json file, so the catalog.json routes to the index.json that leads into the courses, then to the sections, and down to the individual lessons. Its kinda like a phonebook… i think. Every lesson will be its own json with its own list of “blocks” that are pieces that i can take apart or put together to make lessons unique! Kinda like its own mini programming language lol.
Currently the site is unusable since the course.js isn’t fully complete to understand the new data structure. :P
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.