I am unfamiliar with the ideas behind creating user stories for Agile projects, as well as acceptance criteria.
I was wondering how I could turn any MVP design, like the Basket MVP, into tested user stories.
What, by my assumption, are below-stories?
- Remove Design
- Update QTY
- Edit Design
- Secure Checkout
- Chat
- Promo Apply
- Product Section
For each ticket, how to add requirements, for example:
- What are the interactions on the page (e.g. what happens when you click this button?)
- What would different types of users see?
- Are there any validations needed?
- Are there any error messages / edge cases that need to be catered for?
- Can we break this ticket into smaller pieces?