-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from 51ngul4r1ty/story/000489/document-statuses
Added Docs for Backlog Item Status Use
- Loading branch information
Showing
3 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Overview | ||
======== | ||
|
||
* Todo (aka "Not Started") | ||
* Busy (aka "In Progress") | ||
* Done (aka "Completed") | ||
* Accepted | ||
* Released | ||
|
||
Not Started | ||
=========== | ||
|
||
Backlog items that aren't being worked. Note that there are sub-states that | ||
apply to these items- they may still need to be fully defined. In future a | ||
"Ready" status may be introduced. | ||
|
||
In Progress | ||
=========== | ||
|
||
Items that are actively being worked. Items could still be paused to work on | ||
other items, but once they're started they will be in this state. | ||
|
||
Completed | ||
========= | ||
|
||
The work on this item has been done- this includes QA testing. | ||
|
||
Accepted | ||
======== | ||
|
||
This item has been accepted by stakeholder representatives (typically Product | ||
Owners or someone acting that role). | ||
|
||
Released | ||
======== | ||
|
||
Typically story work is released to a production environment, but there are | ||
items that are for developers themselves, so "Released" can also mean that the | ||
changes are simply merged into the codebase without actually being deployed. | ||
Whenever a work item is available to the targeted role it should be marked | ||
as released. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters