frappe / gantt

Open Source Javascript Gantt
https://frappe.io/gantt
MIT License
4.6k stars 1.02k forks source link

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

Open shubham29d opened 8 months ago

shubham29d commented 8 months ago

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

shubham29d commented 8 months ago

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

safwansamsudeen commented 5 months ago

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