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

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

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

shubham29d opened this issue Dec 26, 2023 · 2 comments

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
Copy link
Contributor

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

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

No branches or pull requests

2 participants