Skip to content

Use of Kanban Board

Marco edited this page Oct 13, 2021 · 2 revisions

This document describes the use of the Kanban Board in our Github project IP6 ComposeBigLazyTable

The board is built with 6 columns. Following section describes every column with it's usage and automations.

  • To do
    All tasks to be done in the project are listed here. If a task is added to the project, the task is automatically moved here.

  • To do for active Milestone
    All tasks to be done in the active milestone. The tasks are sorted ascending to their priority. The developer takes the task on top and moves it to the In progress column.

  • In progress (WIP = 3)
    All tasks current in progress. WIP = 3 describes, that a maximum of 3 tasks can be in progress. If a tasks is reopened, it's automatically moved here. A newly added pull request or a reopened pull request will automatically move here.

  • Review in progress (WIP = 2)
    All tasks a review is in progress. WIP = 2 describes, that a maximum of 2 tasks can be in review. Pull requests in this project will automatically move here when a reviewer requests changes, or it no longer meets the minimum number of required approving reviews.

  • Reviewer approved
    All tasks a review is accepted. Pull requests in this project will automatically move here when they meet the minimum number of required approving reviews.

  • Done
    All tasks completly done. If an open issue in this project is closed, it will automatically move here. If an open pull request in this project is merged, it will automatically move here. If an open pull request in this project is closed with unmerged commits, it will automatically move here.