Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Design

Visualizing Agile Projects with Kanban Boards


Kanban Board as Primary Information

In short, there are many types of visualizations:

  • Kanban Boards. Use a card as a token (Kanban) of a task, story, feature, and stick them to a timeline (board). There are several levels of granularities.
  • Burndown Charts. Count the number of Kanbans (backlog tasks) and track it in a timebox to show the trend of backlogs being consumed. There are also several levels of granularities.
  • Parking lot Charts. Summarize the top-level project status.
  • Calendars. Other than Niko-niko calendars, there are a lot of variations of using calendars to show project status or plan.

Among Kanban Boards, Burndown Charts, and Parking Lot Charts, Kanban Boards have the most detailed information. Burndown Charts and Parking Lot Charts can be drawn using the information of daily changing Kanban Boards. So hereafter I'll discuss Kanban Boards as main information radiators, and Burndown Charts and Parking lot Charts as sub-tools which summarize Kanbans visually.

Organizing Kanbans from Three Perspectives

Looking closely at Kanban Boards, you find three things expressed on them -- time, task, and team. Here I organize Kanbans from these three viewpoints:

Figure 6: Breakdown of Time and Task.

  • Time. In agile projects, time of a project is first broken into "Releases" and each release into "Iterations", and each iteration into "Days". A release is typically 1- to 6-month long and is the most coarse-grained timebox. It is a sync point of the whole team so everyone in the whole team should be interested in it. An iteration is the second level timebox. It is typically 1- to 4-week long and development teams use it as a major working, tracking and improvement cycle. And everyday is the most fine-grained timebox, the team gets together in a stand-up meeting to share project status and problems.
  • Task. There are also three levels "Tasks" in granularity. Here I call the top level "Features" and each feature is broken down into "Stories", and each story into the lowest level "Tasks". A feature is a function useful meaningful to users. A story is a testable piece of a feature, also described by words of users. And a task is a work unit of a story, commonly described by words of developers.
  • Team. A project team consists of people working toward the same goal. Typically, a manager, customers, developers, business analysts, users, testers and other stakeholders should be members of the team. The whole team should share information of time and task to achieve the project goal.

Mapping Task to Time

Here I'd like to define a Kanban Board as a mapping between tasks and time for the team. Note that "time" and "task" both have a three-level breakdown structure, and the higher the breakdown levels are, the higher the level of management should get involved in. So, it is reasonable to set up Kanbans in combination of Release-Feature, Iteration-Story, and Daily-Task as in Table 1, although there are many possible other combinations of time and task.

Table 1: Kanban combination of Time and Task

A "Feature Kanban" is good at giving the whole team a high-level view of the project. And it goes with a Parking Lot Chart to show the top level status. A "Story Kanban" is at the middle level, the most widely and carefully seen in each iteration by the team, and it may be supported by an iteration Burndown Charts. A "Task Kanban" is at the lowest level, showing the current changing status daily, may be supported by a daily Burndown Chart.


Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.