freeCodeCamp/guide/english/agile/task-boards-and-kanban/index.md

1.8 KiB

title
Task Boards and Kanban

Task Boards and Kanban

Kanban is an excellent method both for teams doing software development and individuals tracking their personal tasks.

Derived from the Japanese term for "signboard" or "billboard" to represent a signal, the key principal is to limit your work-in-progress (WIP) to a finite number of tasks at a given time. The amount that can be In Progress is determined by the team's (or individual's) constrained capacity. As one task is finished, that's the signal for you to move another task forward into its place.

Your Kanban tasks are displayed on the Task Board in a series of columns that show the state of the tasks. In its simplest form, three columns are used

  • To Do
  • Doing
  • Done

Kanban Board Example

Image courtesy of Wikipedia

But many other columns, or states, can be added. A software team may also include Waiting to Test, Complete, or Accepted, for example.

More Complicated Example

Image courtesy of leankit

More Information:

Some online boards