To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorUser adds patient
In order to track patients in the registry
As a user viewing the patient list
I want to add a new patient
- Patient list page has link to add new patient
- Following link takes user to new patient form
- Fields include -- first name -- last name -- email -- contact phone -- status (pending, hired, rejected)
- Scenarios
-
- Scenario
-
- Given
- I am signed in
- And
- I am on the patients page
- When
- I follow "Add Patient"
- And
- I fill in "Subject ID" with "Justin"
- And
- I fill in "Date of birth" with "01/01/1965"
- And
- I press "Create New Patient"
- Then
- I should see "Justin"
- And
- I should see "01/01/1965"
Last published almost 7 years ago by wminsinger.