626 B
626 B
For each todo item, interview the user extensively to deeply understand the scope and goal of each.
- Organize the files in src in to folders so it is easier to understand the structure of the code.
- Move docs/plugin-contract.md into README.md and remove the docs folder.
- The plugins/scheduling is an example and shouldn't be committed to the plugins directory since that should be empty to be able to be mounted in via docker or other means for the users/develoeprs using this application/framework. Put it in the examples folder instead.
- Build and publish docker image as CI/CD.
- Add i18n support.