Feature #30464
closedShow estimated hours on the overview page as well as spent hours
0%
Description
Currently, you can see total spent hours on the project overview page.
I think it is useful for project managers if total estimated hours are shown as well.
Files
Updated by Bernhard Rohloff almost 6 years ago
+1 Yes, could be useful.
I would also be great to have this information in a nice bar chart. But this is a future topic. ;-)
Updated by Go MAEDA almost 6 years ago
- File estimated-hours-on-overview-page-v2.diff estimated-hours-on-overview-page-v2.diff added
- Category changed from UI to Time tracking
Added a test to the previous patch. The updated fixture issues.yml is identical to the one in the patch #30474.
Updated by Go MAEDA almost 6 years ago
- Target version set to 4.1.0
Setting the target version to 4.1.0.
Updated by Marius BÄ‚LTEANU almost 6 years ago
I think we should show first estimated hours and spent time after (it is more natural).
Updated by Go MAEDA almost 6 years ago
- File version-show@2x.png version-show@2x.png added
Marius BALTEANU wrote:
I think we should show first estimated hours and spent time after (it is more natural).
Thanks, probably you are right.
Although I prefer to show spent time first, I found that VersionsController#show shows estimated time first. I think I have to update my patch for consistency.
Updated by Go MAEDA almost 6 years ago
Marius BALTEANU wrote:
I think we should show first estimated hours and spent time after (it is more natural).
Updated the patch. The new patch switched the position of spent time and estimated time.
Updated by Go MAEDA almost 6 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed.