latino traducion @monolinux
This commit is contained in:
committed by
GitHub
parent
fba81a1046
commit
292fe1bd97
@@ -1,37 +1,35 @@
|
|||||||
Kanban vs Todo lists and Scrum
|
Kanban vs Todo lists and Scrum
|
||||||
==============================
|
|
||||||
|
|
||||||
Kanban vs Todo lists
|
Kanban vs Todo lists
|
||||||
--------------------
|
|
||||||
|
|
||||||
### Todo lists:
|
Todo lists [ lista de tareas ]:
|
||||||
|
|
||||||
- Single phase (just a list of items)
|
Fase unica (es solo una lista de tareas)
|
||||||
- Multitasking possible (not efficient)
|
Multitarea posible (no eficiente)
|
||||||
|
|
||||||
### Kanban:
|
Kanban:
|
||||||
|
|
||||||
|
Multi fases,
|
||||||
|
Concentración absoluta para evitar multitareas por que se puede establecer un limite por columna para mejorar el progreso
|
||||||
|
|
||||||
- Multiple phases, each column represent a step
|
|
||||||
- Bring focus and avoid multitasking because you can set a work in progress limit per column
|
|
||||||
|
|
||||||
Kanban vs Scrum
|
Kanban vs Scrum
|
||||||
---------------
|
|
||||||
|
|
||||||
### Scrum:
|
Scrum:
|
||||||
|
|
||||||
- Sprints are time-boxed, usually 2 or 4 weeks
|
Los sprints son time-boxed, usualmente 2 o 4 semanas
|
||||||
- Do not allow changes during the iteration
|
No permitir cambios durante la iteración
|
||||||
- Estimation is required
|
La estimación es requerida
|
||||||
- Uses velocity as default metric
|
Utiliza la velocidad como métrica predeterminada
|
||||||
- Scrum board is cleared between each sprint
|
El tablero de Scrum se borra entre cada sprint
|
||||||
- Scrum has pre-defined roles like scrum master, product owners and the team
|
Scrum tiene funciones predefinidas como scrum master , los dueños del producto y el equipo
|
||||||
- A lot of meetings: planning, backlogs grooming, daily stand-up, retrospective
|
Una gran cantidad de reuniones: planeaciones, backlogs grooming, daily stand-up, retrospectiva
|
||||||
|
|
||||||
### Kanban:
|
Kanban:
|
||||||
|
|
||||||
- Continuous flow
|
Fluido continuo
|
||||||
- Changes can be made at anytime
|
Los cambios se pueden crear en cualquier momento
|
||||||
- Estimation is optional
|
La estimacion es opcional
|
||||||
- Use lead and cycle time to measure performance
|
Usa la iniciativa del tiempo de ciclo para apresurar el performance
|
||||||
- Kanban board is persistent
|
el tablero Kanban board es persistente
|
||||||
- Kanban doesn't impose strict constraints or meetings, process is more flexible
|
Kanban no impone estrictas restricciones y reuniones, el proceso es mas flexible
|
||||||
|
|||||||
Reference in New Issue
Block a user