taiga-front
taiga-front copied to clipboard
Integrate with Gantt cloud charts
Asana has a nifty intergration with Instagantt. Not perfect but non-techy types like to see things visually in a chart (Gantt works).
There are NO useful charting/reporting features in taiga as far as I can find and exporting is a pain.
Gantter is a popular one though I'm sure others can chime in with better suggestions.
Much appreciated.
Just to elaborate, the export to a Gantt service should allow for the following:
- Preserve hierarchy of User Stories i.e. export US->subtasks as indented tasks in the Gantt chart.
- Preserve hierarchy of Epics i.e. Export Epics->US->tasks(if any) indented in Gantt
- Preserve assigned to and carry over to Gantt as resources per task
- Preserve Sprints in hierarchy Sprint Name (as parent) -> US as children -> subtasks (if any)
- Preserve Sprint dates where specified - start/end date in Gantt
The end result in the Gantt chart should be a list of Sprints, then Epics (if any), then US from backlog.
Again, I've not looked into too many cloud Gantt offerings. The asana one works however it simply dumps all tasks into a single chart and it's up to the user to sort it out. You can do better :)
+1
+1 :)
+2 ;-)
+1
+++1
This feature would be a massive improvement. +1
+1000
+1
+1
+1
+1
+1
Perhaps this can be useful for implementation in future releases.
github.com/frappe/gantt
+1
+1
+1
+1
+1
Perhaps this can be useful for implementation in future releases.
github.com/frappe/gantt
Exactly this. I was going to ask why the ticket is to use some proprietary cloud tech rather than integrating with various free software (open source) projects.
- https://snowpu.github.io/ngx-beautiful-charts/#gantt-chart
- https://d-band.github.io/gantt/
- https://neuronet.io/gantt-elastic/#/
https://github.com/snowpu/ngx-beautiful-charts/
Unfortunately that one is Angular 2+ (it actually currently supporting Angular 8), while Taiga is still Angular 1.
https://github.com/neuronetio/gantt-elastic
That one is Vue.
https://github.com/frappe/gantt https://github.com/d-band/gantt
:+1: These are framework agnostic.
Also, isn't this ticket a duplicate of #580 which shouldn't have been closed?
We have been doing some housekeeping work prior to Taiga6 upcoming release and we are reviewing old issues that we didn't correctly address back then. Taiga6 brings a significant UX/UI rework, and after the launch, we’ll come back to this issue to check it again. This time we will make sure to review it properly.
Thank you very much on behalf of the Taiga Team!
The implementation of Gantt in OpenProject is a good example of how this can be done conceptually (while still retaining compatibility with other views). It's most important that the feature includes some sort of dependency mapping.
As far as which libraries to use, these ones may also be worth looking at:
- https://github.com/DHTMLX/gantt#features
- https://github.com/robicch/jQueryGantt
I agree with other users above that this would be a really useful feature. Looking forward to Taiga6!