Opened 13 years ago
Last modified 13 years ago
#9010 new enhancement
Add macro options to show columns for fields.estimate and fields.worked
Reported by: | Ryan J Ollos | Owned by: | Chris Nelson |
---|---|---|---|
Priority: | normal | Component: | TracJsGanttPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
Might it be possible to add columns for fields.estimate
and fields.worked
(when configured in trac.ini
)? The default values could be 0 to preserve existing behavior.
If you are open to accepting a patch for this, I would take a crack at it this weekend. It seems easy enough since it should be possible to follow the implementation pattern that was used for the resource
, duration
and percent complete
.
Attachments (0)
Change History (4)
comment:1 Changed 13 years ago by
comment:2 follow-up: 3 Changed 13 years ago by
I looked closely at how to implement this, and it looks like it would need to be implemented in the jsGantt chart. Do you think that is correct?
comment:3 follow-up: 4 Changed 13 years ago by
Replying to rjollos:
I looked closely at how to implement this, and it looks like it would need to be implemented in the jsGantt chart. Do you think that is correct?
Yes, all of the display options we've added have required JavaScript and Python parts.
comment:4 Changed 13 years ago by
Replying to ChrisNelson:
Replying to rjollos:
I looked closely at how to implement this, and it looks like it would need to be implemented in the jsGantt chart. Do you think that is correct?
Yes, all of the display options we've added have required JavaScript and Python parts.
For example [10041].
Sure, I'd consider the patch.