Advertisement
Guest User

Untitled

a guest
Apr 20th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. Landing Page
  2. As a user, I want to view the first page of the app and how to use it.
  3. As a user, I will also see a login form where I can input a prexisting account name and password.
  4. As a user, I will also be able to click on a button that takes me to the registration form.
  5. As a user, I will also be able to click the login button after inputting my account information
  6. taking me to the main form.
  7.  
  8. Registration Page
  9. As a user, I will be able to see the required fields for registration.
  10. As a user, I will also be able to click on a button that takes me to the login form.
  11. As a user, I will also be able to click the regstier button after inputting my account information
  12. taking me to the main form.
  13.  
  14. Main Page
  15. As a user, I will be able to see the upper container which holds prexisting patient names in a dropdown bar
  16. (if existing).
  17. As a user, I will be able to click/select a patient name, doing so I will see the every field populated
  18. based on the previous entries for that patient.
  19. As a user, I will also see a delete button when a patient name is selected.
  20. As a user, if I save the patient information, I will see all fields populate back to nothing,
  21. and the patient name and will be added to the dropdown bar and fields will be saved for that patient.
  22. As a user, if I save the patient currently selected, I will see all fields populate back to nothing,
  23. and the patient name (if changed) will be updated within the dropdown bar, as well as any modified
  24. fields.
  25. As a user, if I delete the patient currently selected, I will see all fields populate back to nothing,
  26. and the patient name will be removed from the dropdown bar.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement