Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.55 KB

Story.md

File metadata and controls

52 lines (43 loc) · 1.55 KB

#csse3012 #softwaredevelopment

Story

![[Pasted image 20220609172033.png]]


  • What is a Story
    • Short description of functionality
      • textually small
      • short dev time (1-3 days)
    • From the [[Stakeholders|stakeholder's]] perspective
    • Must be testable
    • Provide enough info to make rough estimates

Story Structure

As a role I want to do / see / change something so that outcome


Examples

As a permanent employee I want to be able to see my leave balance so that I can plan my holidays

![[Pasted image 20220609173024.png]]


Process of completing a Story

Card -> Conversation -> Confirmation


Writing a good story

[[INVEST]]


Tools

  • Jira Agile
  • GitHub/GitLab Issues
  • Trello

(Personal Opinion: GitHub Issues seems to be the most convenient)