as a suggestion… when selecting a row, the elements of the row get darker indicating the row is selected… but the row itself… the background and the leftmost column, don´t change in color. If the row has few elements, its difficult to see which row was selected.
It is already possible to get a Gantt view by sorting data by start date and grouping by a column with unique values. To do this, you can use a formula column that concatenates a title column with the row id: $title + str($id).
Thanks for the response! I appreciate the suggestion about sorting data by start date and grouping by a unique column to create a makeshift Gantt view. However, I think a true Gantt tool would require a bit more to capture its full potential.
Using the timeline for a Gantt feels like a workaround rather than a complete solution. Here are some core features in a Gantt tool that I don’t think a timeline tool can fully replicate without significant customization:
Tasks and Subtasks:
In a Gantt chart, you can group tasks hierarchically. For example, a “main task” or project might encompass several subtasks. The duration of the main task automatically adjusts to match the earliest start date and the latest end date of its subtasks.
Dependencies:
One of the most critical aspects of a Gantt chart is the ability to define dependencies between tasks. For instance:
Task B can’t start until Task A finishes (finish-to-start dependency).
If you adjust the start date or duration of Task A, Task B automatically shifts to maintain the dependency.
Dynamic Updates:
A Gantt tool allows dynamic rescheduling. Changes to one task ripple through dependent tasks, making project adjustments more efficient.
Critical Path Visualization:
Gantt tools often highlight the critical path — the sequence of tasks that determine the shortest completion time for the project. This helps prioritize tasks that must be completed on time to avoid delays.
Resource Allocation:
Some Gantt tools integrate resource management, showing which resources (e.g., people, equipment) are assigned to each task and helping to avoid overbooking.
Progress Tracking:
Gantt charts typically include a way to track task progress (e.g., percent complete). This allows you to visually monitor what’s done, what’s in progress, and what’s behind schedule.
Some popular JavaScript libraries for Gantt functionality include DHTMLX Gantt or AnyChart Gantt.
I agree that my solution is a workaround but we are not so far from the truth. Some of the features needed can be already implemented at the database level : dependencies, dynamic updates and resources allocation and progress tracking. However the widget needs an small update to show graphically dependencies and progress (you can already have text content in the bar). I’ll work on it.
Tasks and subtasks need a deeper update.
I don’t need real Gantt charts so it’s not a priority for me but I’m open to discussion and contributions. I use this widget to organise a music festival where everything happens at the same time. Gantt representation is not good for that. I have many databases for security, HR, logistics…