Skip to content
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

Gantt Chart - <time> after <taskId> - for setting delayed start #818

Open
mike-usa opened this issue Apr 9, 2019 · 9 comments
Open

Gantt Chart - <time> after <taskId> - for setting delayed start #818

mike-usa opened this issue Apr 9, 2019 · 9 comments
Labels

Comments

@mike-usa
Copy link

mike-usa commented Apr 9, 2019

As described in the following comment (#552 (comment)):

I need a delay, like start apple 1 week after banana; both beginning and ending.

Consider the following Gantt chart:

gantt
    title A Gantt Diagram
    dateFormat  YYYY-MM-DD
    axisFormat %m/%d/%Y

    section Phase I#colon; A
    First    : first, now, 1d

    section Phase I#58; B
    Second   : second, after first, 12h
Loading

I'd expect to be able to be able to perform the second task 1 day after first task concludes via 1d after first. Perhaps there is already a way to perform an offset/delay buffer that hasn't been documented?

I've unsuccessfully attempted to create a hidden buffer task to use as the start date, which did not work because I could not control the styling (it was still visible); below should help exemplify my effort:

section Phase I#colon; A
First    : first, now, 1d
Break    :hidden break1, after first, 1d
Second   : second, after break1, 12 h

Please let me know if this needs further clarification and feel free to use the demo for a working reference.

@stale
Copy link

stale bot commented Jun 29, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Type: New Shape Request for new shape label Jun 29, 2019
@knsv
Copy link
Collaborator

knsv commented Jun 30, 2019

I understand what you are after. This is a good idea! Not in place though but I will add it to the project backlog. I am hoping for a larger team moving forward to be able to implement things like this. #866

@stale stale bot removed the Type: New Shape Request for new shape label Jun 30, 2019
@IOrlandoni IOrlandoni added Type: Enhancement New feature or request Graph: Gantt labels Jul 16, 2019
@github-actions
Copy link
Contributor

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.

@github-actions github-actions bot added the Type: New Shape Request for new shape label Sep 24, 2019
@knsv knsv removed the Type: New Shape Request for new shape label Sep 24, 2019
@treyworl
Copy link

I would also like to see this feature. Commenting to revive as a potential TODO.

@mwebb33
Copy link

mwebb33 commented May 9, 2023

agreed I like this feature

@RCarvalho13
Copy link

The addition of this feature would be great. This would be very useful for the definition of deliverables, which usually have a due date after the completion of the task.

@backhausmartin
Copy link

Yes I agree, this would be nice.
To build some simple schedules it is a critical feature to me, to let a task start two weeks after the beginning of a previous task. This is a Start-Start dependency with 2 week "lag", not a Finish-Start dependency like the default after behaviour.

@cds-internationalist
Copy link

Chiming in on this too - it's more or less necessary for projects beyond the most basic.

@thejimbirch
Copy link

+1 as a feature request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

10 participants