- Adjusting file layouts to match between include and src

- Updating TODO items.
This commit is contained in:
Ian Roddis
2021-08-09 15:05:25 -03:00
parent 28c5b3eea3
commit 1fcdf66829
4 changed files with 8 additions and 5 deletions

13
TODO.md
View File

@@ -1,5 +1,8 @@
- [ ] Rip apart scheduler and re-implement runDag as a utility function, taking an execution pool, task list, and logger
- [ ] Separate concerns for DAG logger vs DAG definition storage
- [ ] Add in authorization scheme (maybe JWT?)
- [ ] Flesh out server and interface
- [X] Add ability to define child -> parent relationships
- Open
- [ ] Add in authorization scheme (maybe JWT?)
- [ ] Flesh out server and interface
- [ ] Handle return on errored DAG / Task
- Completed
- [X] Add ability to define child -> parent relationships
- [X] Rip apart scheduler and re-implement runDag as a utility function, taking an execution pool, task list, and logger