hlfw.ca

todo2

ref: 0ef8293bced988566398b44feecf60d1bd1ffa67
dir: /dag.go/

View raw version
package main

// Take a layout and create a dag object from it

// TODO(halfwit): [#7] Build graph function
// [ ] Parse in .todo files
// [ ] add edges/vertices into DAG

// TODO(halfwit): [#2] Create add function
// requires [#8]
// [ ] Add link to our dag

// TODO(halfwit): [#8] add Subcommand
// [ ] AddChild
// [ ] AddParent

// TODO(halfwit): [#3] Create rm function
// requires [#9]
// [ ] Remove link from dag

// TODO(halfwit): [#9] rm Subcommands
// [ ] RmChild
// [ ] RmParent


// TODO(halfwit): [#11] Write out to file
// [ ] write() func