Edgewall Software

Changes between Version 1 and Version 2 of 0.12/TracRoadmap


Ignore:
Timestamp:
Feb 23, 2010, 6:17:36 AM (14 years ago)
Author:
Ryan Ollos <ryano@…>
Comment:

Update to the documentation for additional roadmap filter added in #9036.

Legend:

Unmodified
Added
Removed
Modified
  • 0.12/TracRoadmap

    v1 v2  
    66== The Roadmap View ==
    77
    8 Basically, the roadmap is just a list of future milestones. You can add a description to milestones (using WikiFormatting) describing main objectives, for example. In addition, tickets targeted for a milestone are aggregated, and the ratio between active and resolved tickets is displayed as a milestone progress bar.  It is possible to further [trac:TracRoadmapCustomGroups customise the ticket grouping] and have multiple ticket statuses shown on the progress bar.
     8Basically, the roadmap is just a list of future milestones, ordered by their due dates. For each milestone the summary, description and progress bar shown.
     9
     10The roadmap can be filtered to show or hide ''completed milestones'' and ''milestones with no due date''. In the case that both ''show completed milestones'' and ''hide milestones with no due date'' are selected, completed milestones with no due date __will__ be shown.
    911
    1012== The Milestone View ==
     13
     14You can add a description for each milestone (using WikiFormatting) describing main objectives, for example. In addition, tickets targeted for a milestone are aggregated, and the ratio between active and resolved tickets is displayed as a milestone progress bar.  It is possible to further [trac:TracRoadmapCustomGroups customise the ticket grouping] and have multiple ticket statuses shown on the progress bar.
    1115
    1216It is possible to drill down into this simple statistic by viewing the individual milestone pages. By default, the active/resolved ratio will be grouped and displayed by component. You can also regroup the status by other criteria, such as ticket owner or severity. Ticket numbers are linked to [wiki:TracQuery custom queries] listing corresponding tickets.