Changes between Version 1 and Version 2 of ScrumProcess

Show
Ignore:
Timestamp:
06/15/2008 08:42:20 PM (2 years ago)
Author:
chrisjohnson (IP: 127.0.0.1)
Comment:

adding terminology section

Legend:

Unmodified
Added
Removed
Modified
  • ScrumProcess

    v1 v2  
    15 15  * Reflection: review work and team functioning, adopt experiments/learning for next iteration 
    16 16  
      17  
      18 === Terms === 
      19  
      20  * Burndown chart: a progress report that charts the remaining hours of work for a given iteration (typically, but can also be for release).  
      21  
      22  * Story points: A relative size measure for user stories. Determined by the whole team, they become a metric that can help planning and reporting.  
      23  
      24  * User story: brief description of the "who does what and what happens" of your site's functionality. Written in general language. More specific and technical details are added on in terms of Test Cases and Tasks.  
      25  
      26  * Backlog: Where all the requirements start out...the container for unscheduled work.  
      27  
      28  * Iteration: time-boxed unit of work. Has determined capacity and time, scope flexes. Planning moves stories from backlog to iterations.  
      29