-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Gantt chart task with multiple dependencies #552
Comments
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) |
This may be a second feature request, but to build on the apple, banana, cherry example, sometimes I need a delay, like start apple 1 week after banana; both beginning and ending. |
I too also want this feature! Additionally, sometimes it might be convenient to have a |
I think this is the interesting code for this feature: https://github.com/knsv/mermaid/blob/a4992963b3873ec7a566ba91b92596d2a360e3b9/src/diagrams/gantt/ganttDb.js#L66-L76 Are there any more things to look at? |
I also need this feature. And I also found the code by fbartho. It seems to me that a loop would be needed to look through every afterStatement[x] and return the task.endTime that is the latest. Would it work? |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you are still interested in it, and it is still relevant, you can comment or remove the label to revive it. |
ping for you, @github-actions |
This issue has been been automatically closed due to a lack of activity. This is done to maintain a clean list of issues that the community is interested in developing. |
Thank you for keeping it open. I am watching this issue. I am ready to set up premium for those who decides to solve it and make new release for https://www.dokuwiki.org/plugin:flowcharts . |
The change is going to be published soon. Stay tuned. |
@itprdev If you'd like, leave a comment here so I can assign the issue to you so nobody else works on it and when we close it you'll permanently show up as the user that fixed it! |
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).
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.
The text was updated successfully, but these errors were encountered: