Changes between Version 9 and Version 10 of TracBacklogPlugin


Ignore:
Timestamp:
Jan 1, 2016, 8:28:30 PM (8 years ago)
Author:
figaro
Comment:

Added description from GitHub page

Legend:

Unmodified
Added
Removed
Modified
  • TracBacklogPlugin

    v9 v10  
    55== Description
    66
    7 A Trac plug-in to help users maintain their backlog when using an [https://en.wikipedia.org/wiki/Agile_software_development Agile development methodology]. Managing the backlog is one of the key activities within Agile development.
     7A Trac plugin to help users maintain their backlog when using an [https://en.wikipedia.org/wiki/Agile_software_development Agile development methodology]. Managing the backlog is one of the key activities within Agile development.
     8
     9This plugin adds a new navigational element to your navigation bar. Clicking on it will take you to the unscheduled backlog (all active tickets that aren't currently assigned to a milestone). On the right hand side is a listing of open milestones. The idea is that you drag-n-drop tickets within the list itself to change their rank. Once you've worked with your customer to prioritize the outstanding tickets, you drag-n-drop tickets onto a milestone to assign it into the milestone. This effectively treats milestones as sprints.
     10
     11The unscheduled backlog is created from tickets that are not assigned to any milestone. You can also view each milestone and see and individual backlog for it, but all tickets are ranked absolutely (they maintain their absolute ranking when you drag them in and out of a milestone). Furthermore, if you are trying this on an existing project, the initial rank for each ticket will be its ticket id. You'll want to spend some time sorting your tickets, and you may want to consider pulling them all into the unscheduled backlog when you do that so that you can order the all the tickets against each other.
    812
    913See also: BacklogPlugin, AgiloForScrumPlugin, IttecoTracPlugin.
     
    4044== Configuration
    4145
    42 You will need to run {{{trac-admin upgrade}}} on your database, becuase it needs to create a table and some default values for your tickets.
     46You will need to run {{{trac-admin upgrade}}} on your database, because it needs to create a table and some default values for your tickets.