Open nus-pe-bot opened 6 months ago
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:
List
command:
--
For example, when I tried to list patient 1's appointment notes, this is the view:
When I then do list to view all patients, this is the view:
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]