Skip to content
Permalink
master
Switch branches/tags

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?
Go to file
 
 
Cannot retrieve contributors at this time
# 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 │ ║ ║ ║ ║ ║ ║ ║
║ ║ └───────┘ ║ ║ ║ ║ ║ ║ ║
╚═══════╩═══════════╩═══════════╩═══════════╩═══════════╩═══════════╩═══════════╩═══════════╝
```