gantt-task-react icon indicating copy to clipboard operation
gantt-task-react copied to clipboard

[?Question] : Why did you choose this structure ?

Open clementloridan opened this issue 3 years ago • 0 comments

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: [...] } ]]

clementloridan avatar Jul 08 '22 06:07 clementloridan