wiki:FlashGanttPlugin

Version 5 (modified by Andrew De Ponte, 15 years ago) (diff)

Updated the wiki based on the results of tonights work.

Flash Gantt Plugin

Notice: This plugin is unmaintained and available for adoption.

Description

The FlashGanttPlugin is a plugin designed to create a close to Gantt like chart based around the existing concepts involved in Trac. Beyond that this plugin is primarily designed to give what we will call a Trac Gantt like view of the milestones, NOT the tickets.

It is our experience that reporting Gantt charts on tickets becomes very overwhelming and is unnecessary. Hence, we have created this plugin. We also believe that start date association with milestones is pretty useless. Hence, our Gantt chart doesn't look like a normal Gantt chart that has bars inset from one another. In our Gantt chart all of the bars start at the earliest point in time and go to their Due Date, while the Actual bars go from the earliest point in time and go to the Completed Date. When ordered by Due Date this results in a stair step looking Gantt chart.

The FlashGanttPlugin for Trac uses FusionCharts Free to display a Flash Gantt chart. More information on FusionCharts Free can be found at http://www.fusioncharts.com/Free/

After implementing the above (the current code base), we decided that in most situations it produces somewhat of an uninteresting graph. Given our firm belief that our original argument was valid we have decided to now implement a hybrid. We will add support for a special "flashgantt" ticket type. Beyond that the custom-ticket fields "Start Date", "Due Date", "Dev Lead", "Des Lead", and "Proj Manager" will be added. The completed date will be the date at which a ticket is closed.

Hence, we will then chart on the Gantt these "flashgantt" tickets as they would appear on a normal Gantt chart as well as chart their related milestones in the hope that it will produce a much more useful and interesting graph.

For those of you that believe the current graph is useful/interesting enough, please feel free to download, build, and install it.

Bugs/Feature Requests

Existing bugs and feature requests for FlashGanttPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:flashganttplugin here].

Source

You can check out FlashGanttPlugin from here using Subversion, or browse the source with Trac.

Example

coming soon.

Recent Changes

16397 by rjollos on 2017-03-25 09:37:00
Remove obsolete "0.9" code
4989 by adeponte on 2008-12-09 10:46:46
Cleaned up the chart a bit by adding dynamic height adjustment based on
the number of milestones that are to be displayed. I also widened it a
bit and shifted it to the left of the page.
4987 by adeponte on 2008-12-09 10:21:48
Got the basic functionality of the gantt working with respect to
milestones. After seeing the results I have decided that the graph is
not interesting (useful) enough using milestones in this fashion so we
are working on a version which uses custom ticket fields and a custom
ticket type to identify higher level functions that will be represented
in the gantt chart while the lower level tickets will not be. This will
allow use to have start dates, due dates, completed dates plus any
ticket meta data we might want such as lead dev, pm, lead des.
(more)

Author/Contributors

Author: adeponte
Contributors: murph