wiki:RoadmapHoursPlugin

Show estimated and actual hours in roadmap and milestone progress bars

Notice: This plugin is unmaintained and available for adoption.

Description

This plugin allows you to show hours on the Roadmap and Milestone progress bars instead of tickets. It uses the custom ticket fields supplied by the TimingAndEstimationPlugin to provide a Ticket Group Stats Provider.

Bugs/Feature Requests

Existing bugs and feature requests for RoadmapHoursPlugin are here.

If you have any issues, create a new ticket.

defect

3 / 3

enhancement

1 / 3

Download

Download the zipped source from here.

Source

You can check out RoadmapHoursPlugin from here using Subversion, or browse the source with Trac.

Installation

This plugin requires the TimingAndEstimationPlugin to be installed. General instructions on installing Trac plugins can be found on the TracPlugins page.

Configuration

This plugin supports two configuration settings (default values are shown):

[roadmaphours]
# The number of hours to assume for tickets with an estimated time < 0.1 hours.
assumed_estimate = 6
# The number of hours to add to the total worked for tickets that are over their estimate.
additional_hours = 4

To have the progress bar it generates show up in the milestones view and in the roadmap, you will also need to set the following:

[roadmap]
stats_provider = RoadmapHoursTicketGroupStatsProvider

[milestone]
stats_provider = RoadmapHoursTicketGroupStatsProvider

Recent Changes

16164 by rjollos on 2016-12-23 23:56:41
1.2.0dev: Require Trac >= 1.2
16160 by rjollos on 2016-12-23 22:02:14
1.2.0dev: Make strings translatable
16159 by rjollos on 2016-12-23 22:00:11
1.2.0dev: Adapt to Trac 1.0 database API

Fixes #13009.

(more)

Author/Contributors

Author: JoshuaH
Maintainer: none (needsadoption)
Contributors:

Last modified 7 years ago Last modified on Dec 21, 2016, 6:30:00 PM