"EH" -> {"BT", "BFR", "BTOW", "PSNB", "GCD"}
"BFR" -> "BPB"
"BPB" -> {"GTS", "GCG"}
"PSNB" -> "BGB"
"BGB" -> "GTS"
"PSNB" -> "BEC"
"BGB" -> "GCG"
"BEC" -> "GCG"Show HN: Project Management as Code with Graphviz
61–66 of 66 posts
Re: Show HN: Project Management as Code with Graphviz
#62I frequently make use of http://viz-js.com/ so I can generate dot graphs without needing to install GraphViz.
Once you get used to the controls, it's very quick and has a ton of useful features (including export to dot so that you can further customize things.)
Re: Show HN: Project Management as Code with Graphviz
#63Re: Show HN: Project Management as Code with Graphviz
#64Your last example can be made more concise (and more readable IMHO): "EH" -> {"BT", "BFR", "BTOW", "PSNB", "GCD"} "BFR" -> "BPB" "BPB" -> {"GTS", "GCG"} "PSNB" -> "BGB" "BGB" -> "GTS" "PSNB" -> "BEC" "BGB" -> "GCG" "BEC" -> "GCG"
Re: Show HN: Project Management as Code with Graphviz
#65Perhaps someone will find this old-ish project of mine[1] useful. It automatically generates graphs using Graphviz based on Taskwarrior queries, which makes it considerably easier to manage and filter task lists. [1]: https://github.com/shushcat/taskgv
Re: Show HN: Project Management as Code with Graphviz
#66I love Graphviz but hate the Dot language with a passion. Has anyone tried to come up with a more consistent and user-friendly graph definition language?
Check out mermaid.