notnotmax / pe

0 stars 0 forks source link

List should not refresh after edit command #11

Closed notnotmax closed 4 days ago

notnotmax commented 5 days ago

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 the edit 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.