Brainstorming workflow automation; focused on manual steps first.
Very little time today, I'm just gonna brainstorm a little.
I need to figure out how to chunk out the work so that I can automate it more easily. I will work on nailing this down manually first, before spending more time on trying to automate it.
The workflow is as follows:
- Given a course topic
- Generate an outline for the course that includes all chapters and steps outline
- From the outline, generate the metadata file without checks and file specifics
- From the outline, generate the content for each step
- From the content, generate the checks for each step
- From the content, generate the code for each chapter
- Validate that the code steps can build
- Validate that the checks work and are correct
The most challenging will probaly be the checks and the validation. I'm still not completely sure how to approach this, but hopefully this weekend I can make some real progress.