Upload a JSON file in this format representing a task graph.
[
{
"id": "a",
"effort": 3,
"dependencies": ["b", "c"]
},
{
"id": "b",
"effort": 2,
"dependencies": [
"c"
]
},
{
"id": "c",
"effort": 1,
"dependencies": []
}
]
For each task you need to specify id, eddor and dependencies,
the latter is simply an array of taks's ids that need to be executed before this task
Graph with dependency cycles are not supported
Adjust the number of workers using the keyboard + and - button or the spinner in the top bar
You can pan on the chart with the left mouse button pressed
You can zoom on the chart using the mouse wheel