dom-buri / pe

0 stars 0 forks source link

add patient does not get reflected in the UI #15

Open dom-buri opened 9 months ago

dom-buri commented 9 months ago

After adding a patient successfully. The patient does not get displayed in the UI. Perhaps, could have reload the GUI when a new patient has been added.

Screenshot 2023-11-17 at 5.09.31 PM.png

nus-pe-bot commented 9 months ago

Team's Response

image.png

This issue is likely to be caused after the tester uses search-patient or filter-patient and then executing another add-patient command. This is because after search-patient or filter-patient command, the list is in a filtered version, such that the newly added patient will not get reflected. The tester would need to use list-patient command.

Items for the Tester to Verify

:question: Issue response

Team chose [response.IssueUnclear]

Reason for disagreement: Yes, I used search-patient followed by add-patient. You explained the issue correctly. I do not think that the issue is unclear.

However, I feel that when the user adds a new patient, the GUI is supposed to reload to display the new patient. If not, users may be confused as to whether they have successfully add the patient or not.