-
Notifications
You must be signed in to change notification settings - Fork 0
Scrum
Julian L edited this page Nov 20, 2020
·
5 revisions
Why Scrum fits this project more than Kanban etc...
- Backlog | To be Prioritized | Ready for Development | In Development | Ready for Review | Ready for Deploy | Completed
fn(work volume, complicatedness, (risk and uncertainty)) -> int ∈ {0,1,2,3,5,8}
Asynchronous Planning Poker ref
A shared story as a reference (a story as a Unit).
Uper limit, lower limit, why Fibonacci
Burndown chart
- all task related artifacts are complete and pushed to the git repository (including the documentation)
- the documentation should be on a level of detail so that everyone on the team can reproduce the outcome
- the solution was successfully demonstrated or presented to the team via the pull request feature
- the product owner accepted the proposed solution
- TODO: what do the developers want