Modify

Opened 13 years ago

Last modified 4 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 12 years ago by Ryan J Ollos

Cc: Ryan J Ollos added; anonymous removed

comment:2 Changed 4 years ago by Ryan J Ollos

Cc: Ryan J Ollos removed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Chris Nelson.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.