mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
e1e53e08a3
Approved by: itetcu (mentor, implicit)
18 lines
736 B
Plaintext
18 lines
736 B
Plaintext
A plugin for the Trac project/source code management system that
|
|
creates Gantt charts based on ticket reports. It is a
|
|
work-in-progress.
|
|
|
|
A Gantt chart is a graphical representation of the duration of tasks
|
|
against the progression of time. Gantt charts are very useful for
|
|
planning a scheduling a project based on different tasks that will
|
|
need to be completed and their durations and dependencies on other
|
|
tasks.
|
|
|
|
The TracGantt plugin uses Trac's ticketing system to generate Gantt
|
|
charts based on existing Trac Ticket Reports (found under the "View
|
|
Tickets" tab in Trac). The Gantt charts are pure XHTML and are
|
|
generated on-the-fly from the ticket reports, using only the tickets
|
|
provided by the report.
|
|
|
|
WWW: http://willbarton.com/
|