Opened 13 years ago
Last modified 5 years ago
#9123 new enhancement
Allow custom columns in table next to Gantt chart
Reported by: | Chris Nelson | Owned by: | Chris Nelson |
---|---|---|---|
Priority: | low | Component: | TracJsGanttPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
It would be nice to be able to include Trac-specific columns in the table to the left of the chart. For example, to show status or priority.
This requires a fair bit of JavaScript work. The high-level chart object would need an "addColumn" or something method. Ideally, the existing column handling would be reworked so that the table was empty and the default case called "addColumn('res')", etc.
Then the when adding a task, you'd need to be able to provide values for custom columns (perhaps by having optional argument at the end with a value like "column=value,column=value"?).
Once that infrastructure was in place, the macro needs new options to allow the user to specify which Trac fields to include. Perhaps something like "columns=priority|status".
Attachments (0)
Change History (2)
comment:1 Changed 13 years ago by
Cc: | Ryan J Ollos added; anonymous removed |
---|
comment:2 Changed 5 years ago by
Cc: | Ryan J Ollos removed |
---|