gantt-task-react
gantt-task-react copied to clipboard
[?Question] : Why did you choose this structure ?
Hi,
Why did you choose the structure of tasks flattent?
And why not to go on the gantt logic structure: Project > Task/Milestone > SubTask:
const tasks = [ { id: 'Project #1', type: 'project', tasks: [{ ..., subTasks: [...] } ]]