Project 'joukeHijlkema/org-gantt' was moved to 'joukeHijlkema/org-gantt-mode'. Please update any links and bookmarks that may still have the old path.
Re-using dynamic dependency definition syntax like, e.g., org-edna
As I can see, you have created yet another syntax to define dependencies between tasks (I guess the properties are called "before" and "after").
However, there are at least two existing syntax examples on how to define (even more complex) dependencies between tasks: org-depend (simple) and org-edna (more complex and more powerful). They provide support for project management workflows such as the one I'm working on: https://karl-voit.at/2020/08/14/project-mgt-draft
In order to reduce setup and data redundancy for project management:
Are you planning to support one of these existing dependency definitions in the future as I have explained on https://github.com/legalnonsense/elgantt/issues/3 ?
Thank you very much for sharing your tool with us!