Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Estimation workshop

Estimation workshop

Accompanying presentation for the workshop held at Nairobi Tech Week

Jacob Chencha

April 28, 2016
Tweet

More Decks by Jacob Chencha

Other Decks in Programming

Transcript

  1. The Epic My name is Sarah. I run a hotel

    business in Nairobi. We usually receive bookings via calls or email from visitors. This has proven to be ineffective and we now want a system to enable clients book their rooms and pay for them online. How much time will this take?
  2. US: View all rooms As a hotel guest I want

    to view available rooms So that I know what is available
  3. US: Individual room As a hotel guest I want to

    see pictures of an individual room So that I can gauge how comfortable it is
  4. US: Book an individual room As a hotel guest I

    want to book a room So that I am assured it will be available to me
  5. US: Pay for a room As a hotel guest I

    want to pay for my room So that I am assured it will be available to me
  6. Developer tasks 1. User authentication systems 2. Design database 3.

    Search page design 4. Results page design 5. Individual room design 6. Booking page design 7. Payments page design 8. Integration with payment platform 9. Database search queries design 10. Sending confirmation emails
  7. Planning Poker Planning Poker is the secure, fun way for

    agile teams to guide sprint planning and build accurate consensus estimates. Play free on desktop or mobile. Allows for interaction free estimations
  8. Velocity Velocity is quite a simple concept. It is the

    measure of the number of units of work a team completed in a given time interval. This is commonly measured in story points completed per sprint. Velocity is the sum of the estimates of delivered (i.e., accepted) features per iteration.
  9. Time Estimate Estimate = Total story points / Velocity Example:

    Total Story Points = 280 Velocity = 75 story points/sprint Estimate = 280/75 = 3.73 Sprints