Changes between Version 1 and Version 2 of TracRoadmap


Ignore:
Timestamp:
11/18/04 18:02:59 (19 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracRoadmap

    v1 v2  
    11= The Trac Roadmap =
     2[[TracGuideToc]]
    23
    34The roadmap provides a view on the [wiki:TracTickets ticket system] that helps planning and managing the future development of a project.
     
    56== The Roadmap View ==
    67
    7 Basically, the roadmap is just a list of all future milestones. You can add a description to each milestone (using WikiFormatting) that describes the main objectives, for example. In addition, all tickets targetted for a milestone are aggregated, and the ratio between active and resolved tickets is displayed as a milestone progress bar.
     8Basically, 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.
    89
    910== The Milestone View ==
    1011
    11 It 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, but you can also group the status by other criteria, such as the ticket owner or the severity. The ticket numbers are linked to queries of the ticket system that will display a listing of all the corresponding tickets.
     12It 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.
    1213
    1314== Roadmap Administration ==
    1415
    15 It is possible to add, modify and remove milestones using either TracAdmin or the web interface. Note that the milestone descriptions can currently only be edited from the web interface. If you have the appropriate permissions, you'll see links below the main navigation bar that will allow you to add, edit or delete milestones.
     16It is possible to add, modify and remove milestones using either TracAdmin or the web interface.
     17
     18'''Note:''' Milestone descriptions can currently only be edited from the web interface. With appropriate permissions, you'll see links below the main navigation bar to manage milestones.
    1619
    1720== iCalendar Support ==
    1821
    19 The Roadmap supports the [http://www.ietf.org/rfc/rfc2445.txt iCalendar] format so that you can keep track of planned milestones and related tickets from your favorite calendaring software. Calendar applications that support the iCalendar specification include [http://www.apple.com/ical/ Apple iCal] for Mac OS X and the cross-platform [http://www.mozilla.org/projects/calendar/ Mozilla Calendar]. To subscribe to the roadmap from one of those applications, copy the iCalendar link from the roadmap (usually found at the bottom of the page) and choose the "Subscribe to remote calendar" action (or similar), inserting the URL you just copied.
     22The Roadmap supports the [http://www.ietf.org/rfc/rfc2445.txt iCalendar] format to keep track of planned milestones and related tickets from your favorite calendar software. Calendar applications supporting the iCalendar specification include [http://www.apple.com/ical/ Apple iCal] for Mac OS X and the cross-platform [http://www.mozilla.org/projects/calendar/ Mozilla Calendar].
    2023
    21 ''Note that for tickets to be included in the calendar (as TO-DO items), you need to be authenticated when copying the link. You will only see tickets assigned to yourself, and associated with a milestone.''
     24To subscribe to the roadmap, copy the iCalendar link from the roadmap (found at the bottom of the page) and choose the "Subscribe to remote calendar" action (or similar), and insert the URL just copied.
     25
     26'''Note:''' For tickets to be included in the calendar (as TO-DO items), you need to be authenticated when copying the link. You will only see tickets assigned to yourself, and associated with a milestone.
     27
     28----
     29See also: TracTickets, TracReports, TracQuery, TracGuide