Changes between Version 3 and Version 4 of TracRoadmap


Ignore:
Timestamp:
11/27/16 04:08:47 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracRoadmap

    v3 v4  
    1 = The Trac Roadmap =
     1= The Trac Roadmap
    22[[TracGuideToc]]
    33
    44The roadmap provides a view on the [wiki:TracTickets ticket system] that helps planning and managing the future development of a project.
    55
    6 == The Roadmap View ==
     6== 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.
     8A roadmap is a list of future milestones. The 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.
    99
    10 The 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.
     10== The Milestone View
    1111
    12 == The Milestone View ==
    13 
    14 You 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.
     12A milestone is a future timeframe in which tickets are expected to be solved. 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.
    1513
    1614It 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.
    1715
    18 == Roadmap Administration ==
     16== Roadmap Administration
    1917
    2018With appropriate permissions it is possible to add, modify and remove milestones using either the web interface (roadmap and milestone pages), web administration interface or by using `trac-admin`.
    2119
    22 '''Note:''' Milestone descriptions can not currently be edited using 'trac-admin'.
     20'''Note:''' Milestone descriptions can not currently be edited using `trac-admin`.
    2321
    24 == iCalendar Support ==
     22== iCalendar Support
    2523
    26 The 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. Many calendar applications support the iCalendar specification including
    27  * [http://www.apple.com/ical/ Apple iCal] for Mac OS X
    28  * the cross-platform [http://www.mozilla.org/projects/calendar/ Mozilla Calendar]
    29  * [http://chandlerproject.org Chandler]
    30  * [http://kontact.kde.org/korganizer/ Korganizer] (the calendar application of the [http://www.kde.org/ KDE] project)
    31  * [http://www.novell.com/de-de/products/desktop/features/evolution.html Evolution] also support iCalendar
    32  * [http://office.microsoft.com/en-us/outlook/ Microsoft Outlook] can also read iCalendar files (it appears as a new static calendar in Outlook)
    33  * [https://www.google.com/calendar/ Google Calendar]
     24The 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. Many calendar applications support the iCalendar specification including:
     25 * [http://www.apple.com/ical/ Apple iCal] for Mac OS X.
     26 * [http://www.mozilla.org/projects/calendar/ Mozilla Calendar], cross-platform.
     27 * [http://kontact.kde.org/korganizer/ Korganizer], the calendar application of the [http://www.kde.org/ KDE] project.
     28 * [https://wiki.gnome.org/Apps/Evolution Evolution], a contact manager, address manager and calendar for Gnome.
     29 * [http://office.microsoft.com/en-us/outlook/ Microsoft Outlook] can also read iCalendar files and appears as a new static calendar in Outlook.
     30 * [https://www.google.com/calendar/ Google Calendar].
     31 * [http://chandlerproject.org Chandler], a personal and small-group task management and calendaring tool, Apache licensed and orphaned since 2009.
    3432
    3533To 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) of your calendar application, and insert the URL just copied.
    3634
    37 '''Note:''' For tickets to be included in the calendar as tasks, you need to be logged in when copying the link. You will only see tickets assigned to yourself, and associated with a milestone.
     35'''Note:''' For tickets to be included in the calendar as tasks, you need to be logged in when copying the link. You will only see tickets assigned to yourself and associated with a milestone.
    3836
    39 '''Note:''' To include the milestones in Google Calendar you might need to rewrite the URL.
    40 {{{
     37'''Note:''' To include the milestones in Google Calendar you might need to rewrite the URL:
     38{{{#!apache
    4139RewriteEngine on
    4240RewriteRule ([^/.]+)/roadmap/([^/.]+)/ics /$1/roadmap?user=$2&format=ics