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

how to implement Finish to start dependancy in gantt chart #371

Closed
shubham29d opened this issue Dec 26, 2023 · 2 comments
Closed

how to implement Finish to start dependancy in gantt chart #371

shubham29d opened this issue Dec 26, 2023 · 2 comments
Labels
enhancement Adds a feature or improvement

Comments

@shubham29d
Copy link

Task B can't start before task A is finished how to impletement this with dependancy

@shubham29d
Copy link
Author

implement relationship like this dependencies: task['dependencies']&.map { |dep| { id: dep, relationship: 'finish-to-start' } }

@safwansamsudeen safwansamsudeen added the enhancement Adds a feature or improvement label Apr 5, 2024
@safwansamsudeen
Copy link
Collaborator

So progress of task B should be uneditable as long as the progress of Task A isn't 100?

@safwansamsudeen safwansamsudeen closed this as not planned Won't fix, can't repro, duplicate, stale Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Adds a feature or improvement
Projects
None yet
Development

No branches or pull requests

2 participants