Kanban
Kanban is a simple scheduling system in project management, originally used in lean-six-sigma methodology.
Kanban Board
One of the principle and famous tool used is the Kanban board
Tasks (e.g User Story) are written on cards that are placed in columns on a board, which represent its current status. The columns are typically labelled according to the advancement of the task.
Example
| Backlog / TODO | Pending / In Progress | Review | Done |
|---|---|---|---|
| Task F Task G | Task E | Task D | Task A Task B Task C |