question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature request: Gantt chart task with multiple dependencies

See original GitHub issue

There are cases in a project when multiple tasks has to be ready (apple and banana) in order to start with a given task (cherry).

gantt
  apple :a, 2017-07-20, 1w
  banana :crit, b, 2017-07-23, 1d
  cherry :active, c, after b, after a, 1d

It would be intuitive if I could just express these dependencies by adding multiple after properties to the task.

Is there a way I can workaround this missing feature at the moment? If either start time or duration changes on apple and banana, I need to remember to update cherry to depend on the one with the latest end time.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:17
  • Comments:11 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
peetervoiscommented, Nov 13, 2019

The change is going to be published soon. Stay tuned.

3reactions
DougHughescommented, Jan 8, 2018

totally, drawing a line from the end of task to the beginning of a dependent task when the start of the dependent task doesn’t line up (because it has other dependencies) would also be useful. This is particularly important when the dependent task is in a different section (different parallel project). Having a line from the end of the task in Proj1 to the beginning of the task in Proj2 when there’s a gap, would be illustrative. (dotted, whatever)

Read more comments on GitHub >

github_iconTop Results From Across the Web

A Guide To Gantt Chart With Dependencies - Monday.com
Similar to a task board but with more colors, a Gantt chart is an incredibly useful tool for following the progress of a...
Read more >
Gantt Chart Dependencies Explained - Teamhood
A dependency is a relationship between predecessor and successor tasks. It's important to note that tasks may have multiple predecessors or multiple successors....
Read more >
Gantt Chart Dependencies: Understand and Manage | Chisel
Dependencies in the Gantt chart are the tasks that are related to one another in a project. Gantt chart is a visualized timeline...
Read more >
Task Dependencies on the Gantt Chart - Wrike Help Center
Dependencies specify the relationships between tasks. Use them to indicate when a task should begin or end in relation to other tasks. On...
Read more >
How to Use Gantt Chart Dependencies In Your Project - Hive
Note that you can create several groups of dependent actions within your project. So, for example, one group might only have a chain...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found