Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
TEACHING-MATERIALS/07 Kanban Boards.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
96 lines (81 sloc)
8.72 KB
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
# Kanban Boards | |
First sprint. | |
### 2.1 The Kanban Board | |
For this first sprint, your Kanban board should have a row for each of the user stories you have chosen to deliver and 4 columns as shown: | |
``` | |
╔═════════╦════════════════╦════════════════╦════════════════╦════════════════╗ | |
║ Story ║ To Do ║ Planning ║ Implementation ║ Done ║ | |
╟─────────╫────────────────╫────────────────╫────────────────╫────────────────╢ | |
║ ║ ┌────────┐ ║ ║ ║ ║ | |
║ ║ │ │ ║ ║ ║ ║ | |
║ ║ └────────┘ ║ ║ ║ ║ | |
║ ║ ┌────────┐ ║ ║ ║ ║ | |
║ ║ │ │ ║ ║ ║ ║ | |
║ ║ └────────┘ ║ ║ ║ ║ | |
╟─────────╫────────────────╫────────────────╫────────────────╫────────────────╢ | |
║ ║ ┌────────┐ ║ ║ ║ ║ | |
║ ║ │ │ ║ ║ ║ ║ | |
║ ║ └────────┘ ║ ║ ║ ║ | |
║ ║ ┌────────┐ ║ ║ ║ ║ | |
║ ║ │ │ ║ ║ ║ ║ | |
║ ║ └────────┘ ║ ║ ║ ║ | |
╚═════════╩════════════════╩════════════════╩════════════════╩════════════════╝ | |
``` | |
At the start of the sprint, all tasks should be in the **To Do**. By the end of the sprint, all tasks should be in the **Done** column. | |
### 2.2 The Burndown Chart | |
Here is an example of a burndown chart showing the line of optimal development. In this example the sprint lasts from Mon to Fri and there are an estimated 40 hours of development. It shows that the optimum burn rate would be 10 hours per day. | |
``` | |
40 ║* | |
║ * | |
30 ║ * | |
║ * | |
20 ║ * | |
║ * | |
10 ║ * | |
║ * | |
00 ║ * | |
╚══════════════════════════ | |
M T W T F | |
``` | |
### 2.1 The Kanban Board | |
For this first sprint, your Kanban board should have a row for each of the user stories you have chosen to deliver and 4 columns as shown: | |
``` | |
╔═════════╦════════════════╦════════════════╦════════════════╦════════════════╗ | |
║ Story ║ To Do ║ Planning ║ Implementation ║ Done ║ | |
╟─────────╫────────────────╫────────────────╫────────────────╫────────────────╢ | |
║ ║ ┌────────┐ ║ ║ ║ ║ | |
║ ║ │ │ ║ ║ ║ ║ | |
║ ║ └────────┘ ║ ║ ║ ║ | |
║ ║ ┌────────┐ ║ ║ ║ ║ | |
║ ║ │ │ ║ ║ ║ ║ | |
║ ║ └────────┘ ║ ║ ║ ║ | |
╟─────────╫────────────────╫────────────────╫────────────────╫────────────────╢ | |
║ ║ ┌────────┐ ║ ║ ║ ║ | |
║ ║ │ │ ║ ║ ║ ║ | |
║ ║ └────────┘ ║ ║ ║ ║ | |
║ ║ ┌────────┐ ║ ║ ║ ║ | |
║ ║ │ │ ║ ║ ║ ║ | |
║ ║ └────────┘ ║ ║ ║ ║ | |
╚═════════╩════════════════╩════════════════╩════════════════╩════════════════╝ | |
``` | |
At the start of the sprint, all tasks should be in the **To Do**. By the end of the sprint, all tasks should be in the **Done** column. | |
``` | |
╔═══════╦═══════════╦═══════════╦═══════════╦═══════════╦═══════════╦═══════════╦═══════════╗ | |
║ Story ║ To Do ║ Plan ║ Tests ║ Implement ║ Refactor ║ Regressn ║ Done ║ | |
╟───────╫───────────╫───────────╫───────────╫───────────╫───────────╫───────────╫───────────╢ | |
║ A ║ ┌───────┐ ║ ║ ║ ║ ║ ║ ║ | |
║ ║ │ a │ ║ ║ ║ ║ ║ ║ ║ | |
║ ║ └───────┘ ║ ║ ║ ║ ║ ║ ║ | |
╟───────╫───────────╫───────────╫───────────╫───────────╫───────────╫───────────╫───────────╢ | |
║ B ║ ║ ║ ║ ┌───────┐ ║ ║ ║ ║ | |
║ ║ ║ ║ ║ │ b │ ║ ║ ║ ║ | |
║ ║ ║ ║ ║ └───────┘ ║ ║ ║ ║ | |
╟───────╫───────────╫───────────╫───────────╫───────────╫───────────╫───────────╫───────────╢ | |
║ C ║ ┌───────┐ ║ ║ ║ ║ ║ ║ ║ | |
║ ║ │ c │ ║ ║ ║ ║ ║ ║ ║ | |
║ ║ └───────┘ ║ ║ ║ ║ ║ ║ ║ | |
║ ║ ┌───────┐ ║ ║ ║ ║ ║ ║ ║ | |
║ ║ │ d │ ║ ║ ║ ║ ║ ║ ║ | |
║ ║ └───────┘ ║ ║ ║ ║ ║ ║ ║ | |
╚═══════╩═══════════╩═══════════╩═══════════╩═══════════╩═══════════╩═══════════╩═══════════╝ | |
``` |