Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 783 Bytes

user-stories.md

File metadata and controls

15 lines (11 loc) · 783 Bytes

User Stories

In Agile Development and Planning we create User Stories to represent the increments of customer value that we plan to depliver.

These are the User Stories for the DevOps Workshop:

  1. Create a skeleton Flask service goto
  2. Add a counter where each GET increments the counter goto
  3. Make the counter persistent goto
  4. Add ability for multiple counters that are RESTful goto
  5. Setup Continuous Integration goto
  6. Add ability to delete a counter [goto]((stories/05-delete-counter.md)
  7. Add Docker support goto
  8. Add Kubernetes support goto