I am trying to set up as simple of a Gantt chart as possible. I have set up a timeline and a dependency on that timeline.
-
Flexible dependency works. when I extend a timeline, the dependencies move. When I pull them back, the dependent tasks don’t move. Cool. However, strict mode does not work. When I update timelines with the strict on, nothing changes. Is something wrong here?
-
Sub tasks: I tried defining subtasks with their own timelines. I expected the main task’s timeline to also update. It did not. Is this the intended behavior?
-
To try and get that to work, I saw that someone used a mirror column. That would work, but then the timeline and mirror columns are in different columns, and the Gannt won’t pick between them. I suppose I could solve this by creating a sub task for EVERY task. But this seems cumbersome and difficult to maintain/enforce.