I have a issue-tracking project going on, and would like to implement Gantt.
So far I managed to render everything correctly but now I’m in trouble for editing as my project is based on estimated time ( duration ) and deadline ( end_date ) of an issue.
Is there a way to let the task / issue be dependent on the end_date and duration of that issue? I would actually need to calculate the start date like you can do with calculateDeadline.