wiki:RoadmapHoursPlugin

Version 2 (modified by JoshuaH, 16 years ago) (diff)

--

Roadmap Hours

Notice: This plugin is unmaintained and available for adoption.

Description

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

Bugs/Feature Requests

Existing bugs and feature requests for RoadmapHoursPlugin are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:roadmaphoursplugin here].

Source

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

Example

This hack requires the TimingAndEstimationPlugin to be installed.

It 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
Contributors: