Grammatical updates: English documentation

This commit is contained in:
Mark Szymanski
2017-01-14 00:15:49 -06:00
parent 348b41a15c
commit 7c3e83bb75
13 changed files with 72 additions and 72 deletions

View File

@@ -11,22 +11,22 @@ There are only two constraints imposed by Kanban:
Visualize your workflow
-----------------------
- Your work is displayed on a board, you have a clear overview of your project
- Your work is displayed on a board so that you have a clear overview of your project
- Each column represents a step in your workflow
Bring focus and avoid multitasking
Limit your work in progress
----------------------------------
- Each phase can have a work in progress limits
- Limits are great to identify bottlenecks
- Encourages focus by avoiding multitasking
- Each phase can have work-in-progress limits
- Limits help identify bottlenecks
- Limits avoid working on too many tasks at the same time
Measure performance and improvement
-----------------------------------
Performance Measurement
=======================
Kanban uses lead and cycle times to measure performance:
- **Lead time**: Time between the task is created and completed
- **Cycle time**: Time between the task is started and completed
- **Lead time**: Time between task creation and completion
- **Cycle time**: Time between task start and completion
For example, you may have a lead time of 100 days and only have to work 1 hour to complete the task.
For example, you may have a lead time of 100 days but only have to work 1 hour to complete the task.