robicch / jQueryGantt

jQuery Gantt editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resource View

artur-bartlinski opened this issue · comments

Hi,
It's a very nice editor.
However, I need a different view type that shows tasks per resource. This would be something similar to Syncfusion gantt resource view .

The idea is that on the left column we see resources (workers) and on the right column tasks assigned to them. Obviously, a task may be assigned to more than one resource and one resource may be assigned to more than one task at the same time. Tasks can be easily dragged to another resource.
Ideally, there would be a dropdown on the top to switch between views at any point. In order to achieve this, I think the generated project JSON object should remain the same for both views.

I was wondering how difficult would it be to add this functionality? Or is this something that is available in PRO version?
Are there any plans to update the free version?