Skip to content

Cycle 1 User Stories

Mauleen Ndlovu edited this page Apr 2, 2021 · 1 revision

US1:1: As a user, I want to be able to enter how many hours I slept and see it on the screen after I press "enter".

  • 0 - 24 hours
  • User uses "stepper" to enter in the number

 


US1:2: As a user, I want to be able to rate my moods on a scale of 1-10 and see them on the screen after I press "enter".

  • Tracking points are: depressed, elevation, anxiety, and irritability
  • User enters in a digit between 1-10

 


Testing for US:1 and US:2 Writing tests on the sliding values for hours, and moods (depressed, elevation, anxiety, and irritability).

  • snap testing.
  • include "push button" tests

 


Potential problems with US:1 and US:2 and changes that could be made

  • "extra arguments at positions 11, 12 call" error
  • Am I starting at the correct place? Should I be waiting until I implement features?
  • instead of users entering a number between 1-10 in a TextField, maybe we should use a stepper instead (like the one in the first user story) and the user should enter from 0 - 10.
  • Struggled to come up with proper tests for these user stories (looking into different options)
  • Unable to get a binary distribution for the app. This can be a later user story

Clone this wiki locally