Opened 18 years ago
Closed 15 years ago
#860 closed enhancement (fixed)
Cause estimated hours to be used as weighting for Roadmap milestones
Reported by: | Owned by: | Russ Tyndall | |
---|---|---|---|
Priority: | normal | Component: | TimingAndEstimationPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.9 |
Description
With default milestone tracking behavior, if you have, say 10 tasks assigned to a milestone, then when 5 of those tasks are closed, Trac reports that you are "50% done".
Since this plugin now allows tasks to have weights, i.e. their estimated duration in hours, it would be nice to have the progress bars of milestones show the fraction of estimated hours completed, rather than the fraction of tasks done--counting all tasks as equal weight.
Is that something this plugin could accomplish?
Attachments (0)
Change History (7)
comment:1 Changed 18 years ago by
comment:2 follow-up: 3 Changed 18 years ago by
This would be great. This plugin currently does not interact with the milestones/roadmaps, but probably could fairly easily.
Unfortunately, I am unable to develop new features without a bit of financial compensation. As I wrote this plugin for us to use at work, anything that my boss does not deem to be critical or worthwhile (other than bugs), I have to charge something for. It would only need to be smallish a donation, but thats the way my boss wants to run it.
On the other hand I think this is a good idea, though perhaps instead of replacing the current graphs, add new ones beneath them. This page contains some information about how to do this, http://trac.edgewall.org/wiki/TimeTracking. Patches are very much appreciated. Maybe in the future I can convince my boss to allow me to develop a few more of these tickets (this one and the svn commit hooks are most interesting to me).
Thanks, Russ
comment:3 Changed 18 years ago by
Replying to bobbysmith007:
Unfortunately, I am unable to develop new features without a bit of financial compensation. As I wrote this plugin for us to use at work, anything that my boss does not deem to be critical or worthwhile (other than bugs), I have to charge something for. It would only need to be smallish a donation, but thats the way my boss wants to run it.
Sure thing. Contact me offline at the e-mail address in my comments and we can discuss further.
comment:4 Changed 17 years ago by
comment:5 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:6 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:7 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
There is a plugin for this: http://trac-hacks.org/wiki/RoadmapHoursPlugin
Agreed. This would be very helpful.