Feature #1561
Please provide totals for the estimated time column
| Status: | New | Start: | 2008-07-02 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | UI | |||
| Target version: | - | |||
| Resolution: |
Description
I am constantly juggling tasks to try and assign each developer approximately the correct number of tasks for the months sprint, counting up how many tasks are outstanding for the next release and counting how many man days have been completed by each developer for bonus purposes. In redmine this involves manually adding up the estimated time values for each task in a list, which gets tedious and error prone.
I would like to request a total row on issues lists when estimated time column is shown.
Ideally I would also like a subtotal for each value in the sorted column (typically sorted by assigned to, so a subtotal per developer, but could be anything).
I suspect I am in a minority with this request but as the number of issues at hand increases I really dont need to be squinting at the screen adding up numbers in my head...
History
2008-07-02 22:47 - Boudewijn van Liempd
+1
I would also like to see a sum of the estimated time on certain places. I would also like to use it for planning purposes, although in a slightly different way. We do not use redmine solely for software projects but also to plan issues where we know upfront how many hours it is going to take.
It would be nice to have also in the gantt chart, e.g. see the total estimated hours per day (using the starting day to show the number).
2008-07-08 15:06 - Anna Labinskaya
+1
We also need an aggregated report on estimated time. Maybe this could be built by extending the report on Spent time? Or as a separate report -- it would be helpful too.
BTW, it would also be useful to see a number of issues not yet estimated. It could be a link to a list of such issues.
2008-07-08 16:14 - Michael Pirogov
- File timeplan.png added
Hi there :-)
I'm working on plugin, which maybe would get your attention.
It's based on timesheet plugin (by E. Devis), but it's AJAX powered and have some more features against estimated time tracking.
The goal is to get a helper for a visual office-planning.
Sorry, I don't have much time on it, so it's not fully translated for now, no gantted and has some lags/bugs/craps and so on...
But you can take a look on a screenshot, I've attached.
Hope, it'll be done ASAP.
Basic feature is a split hours by days. If there's no estimated time specified, then fulltime is counted (6 hours per day ;-) ).
2008-07-08 18:47 - Anna Labinskaya
Hi Michael!
Thanks for the screenshot. Looks promising to me.
Actually we are also interested in a breakdown of remaining time (which is a sum of estimates minus spent time for all non-closed tickets) by Category, developer, etc. The % Done bar shown on your screenshot isn't quite an indication (to us) of the remaining time (just with our process we are used to) as the % Done field is set manually rather then gets calculated automatically based on estimated and spent time for an issue.
Understand that it's a question of preferences/selected process -- how to record progress. What's currently implemented in Redmine is recording progress by manually setting the % Done. And the spent time logging/reporting is sort of additional. We in our case are more for updating the estimate field instead -- when we see that the remaining time shown in our planning tool isn't sufficient to complete the task. Just we are used to the XPlanner's model for time metrics :-)
2008-07-21 17:22 - Eric Davis
Michael Pirogov wrote:
I'm working on plugin, which maybe would get your attention.
It's based on timesheet plugin (by E. Devis), but it's AJAX powered and have some more features against estimated time tracking.
Micheal, do you have a public code repository for this plugin? I could lend a development hand or two.
Anna Labinskaya wrote:
Actually we are also interested in a breakdown of remaining time (which is a sum of estimates minus spent time for all non-closed tickets) by Category, developer, etc.
I've been wanting to build a plugin that would show estimate progress for a project. It would use progress bars and would "fill up" as time is spent towards an estimate. I think it should also change colors from green to yellow to red as the time spent reaches and surpasses an estimate.
2008-07-21 19:08 - Anna Labinskaya
- File time-breakdown.PNG added
Eric Davis wrote:
I've been wanting to build a plugin that would show estimate progress for a project. It would use progress bars and would "fill up" as time is spent towards an estimate. I think it should also change colors from green to yellow to red as the time spent reaches and surpasses an estimate.
Guys, take a look at our version (implemented by Artem Vasiliev, he's going to submit a patch soon today): time-breakdown.PNG
It's an extension to the existing Version (milestone) screen and shows aggregate time metrics in addition to the numbers of issues. Remaining time is Estimated minus Spent for all open issues.
Eric, changing colors would be nice.