MaTeMaTuK/pcf-universal-gantt-chart

Roadmap

VRADries opened this issue · 3 comments

Hi,

I had a few questions after trying out the control:

  1. Is there a way to visually differentiate between the different task types (based on colour, shape eg.)?
  2. Besides the arrow that is drawn on the chart, is there any other functionality behind the parent-child relation? More specifically we're looking for a relative start/end date like in the live React demo.
  3. Is there some type of 'roadmap' of features that are to be added/coming over from the React solution? :)

Kind regards,
Dries

Hi @VRADries,
Yes, task types have differences. You may see gantt chart here: https://matematuk.github.io/gantt-task-react/
My idea is to keep gantt flexible so I dont want make chart complex. If developer wants change project start time, he are able to use plugin for all calculation for example. Because he can include his specific logic there. About roadmap, My main topics were done. Im going to keep support this project anyway. Many ideas come from original gantt chart. Unfortunately, I really don't know what is wrong with issue on your environment =/
Something like this :)

So the Gantt should look/work like the one from the React solution?
Would this require further setup, because I only linked the start/end times and played around with the colours.

Task type is related with an option set value. You may create option set value for that and test