nus-cs2103-AY2324S2 / pe-dev-response

0 stars 0 forks source link

After listing a specific patient's appointment notes, users are unable to revert back to the original list of Appointment Notes clearly. #5265

Open nus-pe-bot opened 6 months ago

nus-pe-bot commented 6 months ago

For example, when I tried to list patient 1's appointment notes, this is the view:

image.png

When I then do list to view all patients, this is the view:

image.png

There is no indication that the appointment notes on the right belong to patient 1 only, and users may be unaware that they should update the list with list-an.


[original: nus-cs2103-AY2324S2/pe-interim#5024] [original labels: type.FunctionalityBug severity.Low]

sebin0817 commented 6 months ago

Team's Response

It is clearly stated in the User Guide that the users must execute the list-an command to view all patient's appointment notes. list only lists all patient records.

List and List-an each has a specific responsibility and function, so executing both logic at the same time as suggested by the Tester would bring about more confusion for the app user.

List-an command: Screenshot 2024-04-20 at 1.43.00 PM.png

List command: Screenshot 2024-04-20 at 1.43.12 PM.png

Duplicate status (if any):

--