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

35 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Task Boards and Kanban
localeTitle: 任务板和看板
---
## 任务板和看板
看板对于进行软件开发和个人跟踪个人任务的团队来说都是一种很好的方法。
从日语术语“招牌”或“广告牌”派生来表示信号关键原则是在给定时间将您的在制品WIP限制为有限数量的任务。可以进行的金额取决于团队或个人的约束能力。当一项任务完成后这就是你将另一项任务转移到其位置的信号。
您的看板任务将显示在任务板上的一系列列中,以显示任务的状态。在其最简单的形式中,使用三列
* 去做
*
* 完成
![看板板示例](https://upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Simple-kanban-board-.jpg/600px-Simple-kanban-board-.jpg)
_图片由[维基百科提供](https://en.wikipedia.org/wiki/Kanban_board)_
但是可以添加许多其他列或状态。例如,软件团队还可以包括等待测试,完成或接受。
![更复杂的例子](https://mktgcdn.leankit.com/uploads/images/general/_2048xAUTO_fit_center-center/1-SmalDevelopmentTeamKanbanBoard-eb79376d.png)
_图片由[leankit提供](https://leankit.com/learn/kanban/kanban-board-examples-for-development-and-operations/)_
### 更多信息:
* 什么是看板: [Leankit](https://leankit.com/learn/kanban/what-is-kanban/)
* 什么是看板: [Atlassian](https://www.atlassian.com/agile/kanban)
一些在线板
* [Trello](https://trello.com/)
* [KanbanFlow](https://kanbanflow.com)