Opened 18 years ago
Closed 18 years ago
#498 closed enhancement (fixed)
make compatible with http://trac.edgewall.org/wiki/TimeTracking
Reported by: | Owned by: | Sam Bloomquist | |
---|---|---|---|
Priority: | high | Component: | ScrumBurndownPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
Nice work...and very interesting. But unfortunately, it is not compatible with the trac-extension http://trac.edgewall.org/wiki/TimeTracking due to different column names in the database. Nothing more i think, so resolving this problem should be easy, does it?
But just the combination of the 2 extensions/hacks would be a really great advantage for us.
Attachments (0)
Change History (7)
comment:1 Changed 18 years ago by
comment:2 Changed 18 years ago by
Replying to jan@motubo.com:
I hacked this in. You can do it by changing the parse_time function in roadmap.py of Time Tracking plugin to ignore h|m|min unit and allways force hours, and renaming the database names in burndown_job.py
Better yet would be to make burndown plugin to survive those unit defitions. Would make upgrading easier.
comment:3 Changed 18 years ago by
Priority: | normal → high |
---|---|
Status: | new → assigned |
comment:4 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [1268]) Changed database column names in burndown_job.py in order to integrate with the TimingAndEstimationPlugin (http://trac-hacks.org/wiki/TimingAndEstimationPlugin). fixes #498
comment:5 follow-up: 6 Changed 18 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Replying to jan@motubo.com:
Nice work...and very interesting. But unfortunately, it is not compatible with the trac-extension http://trac.edgewall.org/wiki/TimeTracking due to different column names in the database. Nothing more i think, so resolving this problem should be easy, does it?
But just the combination of the 2 extensions/hacks would be a really great advantage for us.
comment:6 Changed 18 years ago by
Replying to anonymous:
Replying to jan@motubo.com:
I'm not exactly sure why this ticket was recently re-opened. Is the integration with the TimingAndEstimationPlugin not working for someone?
comment:7 Changed 18 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Closing this ticket again since it shouldn't have been re-opened.
This is a good idea. Unfortunately, I'm a little swamped with other projects right now. I think I'll have some time to take a look at this in about a month.