ogy@fedia.io 1 day ago
if you do Gantt charts, please make sure you implement as many dependency types as possible - most of the power of gantt charts lies in how depencies allow changing one thing allows automatic adjustment of the entire timeline, but almost all of the tools I've used have only implemented "this task starts when that task ends" which is infuriating
besstiolle@lemmy.world 1 day ago
Thank you so much for your feedback.
This is indeed a feature that would be interesting to implement—offering three types of links between two tasks:
Of course, I need to consider all the constraints this might create in the current user interface. But it’s a very interesting idea that I hadn’t considered before.
ogy@fedia.io 20 hours ago
You're very welcome! Just to be clear, these are the types of dependencies I was thinking:
etc.!
I think it should be possible to define many dependencies / constraints and have the program simply freeze and flag when there are conflicts due to overdefining. I'm sure there's a way to calculate the degrees of freedom, though the math isn't something I can be bothered with rn haha