-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Story
As a user, I should be able to track a symptom, and when that symptom is added, it should be grouped in a list with all previous instances of that symptom as well as a general list of all symptoms that I am tracking.
Acceptance
Given a user wants to track a symptom
When the user clicks on “track” button
Then the display should give a list of symptoms to choose from
When the user chooses a symptom to track
Then a form should be displayed where the user can enter
- Severity of the symptom
- Notes relating to the symptom
- Current Time/Time
- Current Date/Date
When the user clicks “track symptom”
Then the symptom should be saved in the database and added to a list of tracked symptoms
Given the user wants to stop tracking a symptom
When the user clicks the “remove” button
Then the system should prompt user to confirm deletion
And if user confirms
Then the symptom should be removed from the database
- Symptom List
- Individual Symptom View
- Track Symptom Form
- Delete Symptom