Skip to content

v1.3: Create roles, link command and change find and delete

Choose a tag to compare

@pradyuprasad pradyuprasad released this 19 Oct 08:48
· 596 commits to master since this release
c388840

We have created several new features for the MVP of our product

Add Role

You can now add persons with roles. Right now the only 2 roles supported are patients and caregivers
image
image

Add Link

You can now link a patient to a caregiver

This is done by

link patient/PATIENT_NRIC caregiver/CAREGIVER_NRIC

image

Find patient by NRIC

You can also now find a patient by NRIC
image
image

Delete Patient by NRIC

The delete function has changed to delete by NRIC instead of index
delete [NRIC]

image