Live data from Hacker News

Show HN: Project Management as Code with Graphviz

zwischenzugs.com

61–66 of 66 posts

Re: Show HN: Project Management as Code with Graphviz

#62
post #21

I frequently make use of http://viz-js.com/ so I can generate dot graphs without needing to install GraphViz.

I built a tool for generating graphviz graphs at http://dottask.mattboehm.rocks .

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

#64
post #61

Your 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"

I never comment on HN but your comment was so helpful to me I just had to say thanks. So thanks!

Re: Show HN: Project Management as Code with Graphviz

#65

Perhaps 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

I use this regularly.

Re: Show HN: Project Management as Code with Graphviz

#66
post #46

I 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.

Thanks. That looks like just what I need to create class and sequence diagrams in a version control-friendly manner.
Post reply on HN