taiga-front icon indicating copy to clipboard operation
taiga-front copied to clipboard

Integrate with Gantt cloud charts

Open ichpen opened this issue 7 years ago • 24 comments

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.

ichpen avatar Oct 10 '16 00:10 ichpen

Just to elaborate, the export to a Gantt service should allow for the following:

  1. Preserve hierarchy of User Stories i.e. export US->subtasks as indented tasks in the Gantt chart.
  2. Preserve hierarchy of Epics i.e. Export Epics->US->tasks(if any) indented in Gantt
  3. Preserve assigned to and carry over to Gantt as resources per task
  4. Preserve Sprints in hierarchy Sprint Name (as parent) -> US as children -> subtasks (if any)
  5. 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 :)

ichpen avatar Oct 11 '16 12:10 ichpen

+1

dontknowwat avatar Dec 08 '16 13:12 dontknowwat

+1 :)

Backenkoehler avatar Feb 02 '17 10:02 Backenkoehler

+2 ;-)

wrein avatar Feb 02 '17 11:02 wrein

+1

cjolowicz avatar Feb 10 '17 14:02 cjolowicz

+++1

GeekGrenierDEV001 avatar Feb 10 '17 16:02 GeekGrenierDEV001

This feature would be a massive improvement. +1

iamjoeysox avatar May 23 '17 23:05 iamjoeysox

+1000

Doctor-Who avatar Oct 02 '17 15:10 Doctor-Who

+1

yomguy avatar Jan 19 '18 10:01 yomguy

+1

omarix avatar Feb 10 '18 22:02 omarix

+1

Gim6626 avatar Mar 20 '18 11:03 Gim6626

+1

stfl avatar Apr 02 '18 17:04 stfl

+1

yomguy avatar Jul 12 '18 16:07 yomguy

Perhaps this can be useful for implementation in future releases.

github.com/frappe/gantt

personrcunha avatar Jul 23 '18 13:07 personrcunha

+1

FrederickFarfan avatar Aug 16 '18 17:08 FrederickFarfan

+1

luchoct avatar Sep 06 '18 16:09 luchoct

+1

j-kwan avatar Oct 02 '18 05:10 j-kwan

+1

fontenele avatar Jul 29 '19 18:07 fontenele

+1

mattia-beta avatar Oct 09 '19 10:10 mattia-beta

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/#/

heyakyra avatar Jan 13 '20 18:01 heyakyra

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.

jayvdb avatar May 01 '20 07:05 jayvdb

Also, isn't this ticket a duplicate of #580 which shouldn't have been closed?

heyakyra avatar Jun 24 '20 16:06 heyakyra

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!

NatachaMenjibar avatar Dec 01 '20 09:12 NatachaMenjibar

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!

zeigerpuppy avatar Jan 12 '21 17:01 zeigerpuppy