Suppose a user runs the find command to find a patient they wish to edit the details of.
After running the edit command, the list refreshes to show all patients. As a user, I would likely want to continue seeing the patient I "found" earlier to ensure my edit command is as intended, or if I want to make further edits.
Steps to Reproduce
Perform a find command that only shows one patient. Edit the patient's emergency contact (I edited their name) with the edit command.
Expected
The list should not refresh and still display only the one patient that has been edited.
Description
Suppose a user runs the find command to find a patient they wish to edit the details of. After running the
edit
command, the list refreshes to show all patients. As a user, I would likely want to continue seeing the patient I "found" earlier to ensure my edit command is as intended, or if I want to make further edits.Steps to Reproduce
Perform a
find
command that only shows one patient. Edit the patient's emergency contact (I edited their name) with theedit
command.Expected
The list should not refresh and still display only the one patient that has been edited.
Actual
The list refreshes to display all patients.