reboottime / WebDevelopment

Some notes, thoughts and articles aggregated here about UI/UX and web development.
6 stars 0 forks source link

[SDLC] How to craft user story #52

Open reboottime opened 1 year ago

reboottime commented 1 year ago

User story and user flow

  1. User story: it is a user-centered methodology to provide people with a shared understanding of the why and the what.
  2. User flow a series of actions a user takes to achieve a goal.
  3. Elements for User story: title, description, acceptance criteria

Title

As a I want So that

Description: Give context to the user story

Acceptance criteria: conditions to validate the implementation of the user story

  1. Drive within an area of 4km
  2. maxim 10 drivers
  3. check people of these drivers

Why the user story

  1. SCRUM
  2. related user story and tasks image

Task flow example

  1. Use goes to earning page from nav bar
  2. Sees available $$ fro instant cash out
  3. tab the button and transfer the amount to a bank account

Example with flow chart

image

reboottime commented 1 year ago

Tools for creating User stories and User flow

reboottime commented 1 year ago

References:

  1. Agile User Stories
  2. How to craft the user flow
  3. What you need to know about User Flows
  4. How To Create A User Flow: A Step-By-Step Guide
  5. Jira borad management: Epic > feature > story > task