Hacker News new | ask | show | jobs
by tim-fan 1072 days ago
When I was relocating internationally, it was keeping track of the task dependency structure that stressed me out. After doing X and Y do Z.

I ended up jotting down the tasks/dependencies in dot syntax to quickly get items recorded and out of my mind during the day, then at the end of the day updated rendered the whole depency graph to give the overview.

Here's the scripts I used

https://github.com/tim-fan/task_dependency_tracking_tool