Changes between Version 8 and Version 9 of ScrumBurndownPlugin


Ignore:
Timestamp:
Jun 23, 2006, 8:14:51 PM (17 years ago)
Author:
Sam Bloomquist
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ScrumBurndownPlugin

    v8 v9  
    4848[[Image(burndown.jpg)]]
    4949
    50 More coming here soon...
     50At the beginning of a sprint, after the tickets have been inputted and estimated in Trac an admin user should click the 'Start Milestone' plugin.  This inputs a datetime integer into the milestone table to indicate when the milestone was started.  The daily burndown_job.py script will only recorded hours_remaining entries for milestones that have started, but have not been completed.  It should be fairly obvious, then, that an admin user should click the 'Milestone Complete' button at the end of the milestone to prevent the burndown_job from continuing to collect data.
     51
     52You can view different burndown charts, selectable by milestone and component by choosing from the dropdowns and clicking the 'Show Burndown Chart' button.
    5153
    5254== Bugs/Feature Requests ==