Changes between Initial Version and Version 1 of RoadmapHoursPlugin


Ignore:
Timestamp:
Oct 3, 2008, 2:46:06 PM (16 years ago)
Author:
JoshuaH
Comment:

New hack RoadmapHoursPlugin, created by JoshuaH

Legend:

Unmodified
Added
Removed
Modified
  • RoadmapHoursPlugin

    v1 v1  
     1= Roadmap Hours =
     2
     3== Description ==
     4
     5This 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.
     6
     7== Bugs/Feature Requests ==
     8
     9Existing bugs and feature requests for RoadmapHoursPlugin are
     10[report:9?COMPONENT=RoadmapHoursPlugin here].
     11
     12If you have any issues, create a
     13[http://trac-hacks.org/newticket?component=RoadmapHoursPlugin&owner=JoshuaH new ticket].
     14
     15== Download ==
     16
     17Download the zipped source from [download:roadmaphoursplugin here].
     18
     19== Source ==
     20
     21You can check out RoadmapHoursPlugin from [http://trac-hacks.org/svn/roadmaphoursplugin here] using Subversion, or [source:roadmaphoursplugin browse the source] with Trac.
     22
     23== Example ==
     24
     25This hack requires the TimingAndEstimationPlugin to be installed.
     26
     27It supports two configuration settings (default values are shown):
     28
     29{{{
     30[roadmaphours]
     31# The number of hours to assume for tickets with an estimated time <0.1 hours.
     32assumed_estimate=6
     33# The number of hours to add to the total worked for tickets that are over their
     34# estimate.
     35additional_hours=4
     36}}}
     37
     38== Recent Changes ==
     39
     40[[ChangeLog(roadmaphoursplugin, 3)]]
     41
     42== Author/Contributors ==
     43
     44'''Author:''' [wiki:JoshuaH] [[BR]]
     45'''Contributors:'''