As a researcher, I wish to see insights about the user sleep data in the application so that I can get an overall idea of trends in the data before I do my analysis. #23
Scenario: The researcher goes to the screen to view sleep data and no data has been recorded.
Given: No sleep data has been recorded;
When: The researcher goes to view the sleep data;
Then: The application tells the researcher that the app has not registered any sleep data and gives a count of linked users.
Scenario: The researcher goes to the screen to view sleep data and data has been recorded.
Given: Several nights of sleep data has been recorded;
When: The researcher goes to view the data;
Then: The application displays the sleep data as well as a rudimentary analysis of said data (average length of sleep between participants, average heart rate during sleep etc).
Scenario: The researcher goes to the screen to view sleep data and no data has been recorded. Given: No sleep data has been recorded; When: The researcher goes to view the sleep data; Then: The application tells the researcher that the app has not registered any sleep data and gives a count of linked users.
Scenario: The researcher goes to the screen to view sleep data and data has been recorded. Given: Several nights of sleep data has been recorded; When: The researcher goes to view the data; Then: The application displays the sleep data as well as a rudimentary analysis of said data (average length of sleep between participants, average heart rate during sleep etc).