Opened 12 years ago
Closed 7 years ago
#11046 closed enhancement (wontfix)
Estimate Dev and Test on Single Ticket
Reported by: | Owned by: | EmeCas | |
---|---|---|---|
Priority: | normal | Component: | TracHoursPlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 1.0 |
Description
Hello rjollos,
I use trac hours plugin to track the hours spent on test and development of new features. I would like to be able to track these hours independently. That is to say have a total dev hours and a total test hours which wuold add up to into the existing total hours. The same would be true of estimates.
In fact I see the potential need to be able to set up multiple types of both estimate and total hours and have them all cumulate in to an overall total.
What do you think?
Gordy
Attachments (0)
Change History (5)
comment:1 Changed 12 years ago by
comment:2 Changed 8 years ago by
Owner: | Ryan J Ollos deleted |
---|
comment:3 Changed 7 years ago by
Owner: | set to EmeCas |
---|---|
Status: | new → assigned |
comment:4 Changed 7 years ago by
hi Gordy
Thanks for your suggestion.
Why not using different (sub)-tickets to track hours and estimations independently and consolidate all data (estimations and workload) in a parent ticket. Since your proposal is just to handle 2 categories what if someone else requires new categories to split, lets say, deployment, planning, documentation. it will mean modify again the plugin. On the other hand, it will not fit for everybody as a generic solution.
I think this works better with a sub-tickets' approach. Also, you can use the Comment/Description in order to filter Dev or Test.
Please let me know your feedback it you're still interested.
See : SubticketsPlugin
comment:5 Changed 7 years ago by
Resolution: | → wontfix |
---|---|
Status: | assigned → closed |
Hi Gordy, I've had a chance to fix up some issues with the plugin today and to start looking at the codebase again. I suspect the feature that you suggest will be fairly involved to implement, but I'll keep it in mind and post any ideas I have here.