nus-cs2103-AY2223S2/pe-dev-response

View opens patient window multiple times

Opened this issue · 1 comments

image.png

Entering view on the same index multiple times opens the same window multiple times. However, this might cause issues when the user opens the same window multiple times because he wants to view a patients information but is unable to find the relevant window. This duplication might cause the interface to be overcrowded and hard to use. A possible change is to check which windows are currently open, and bring that window to the front when a view command is being called on the same patient.


[original: nus-cs2103-AY2223S2/pe-interim#4664] [original labels: severity.High type.FeatureFlaw]

Team's Response

doctor may want to view details of different patients, so there is a need to allow view to open up multiple windows.
as for when view is being called on the same index multiple times, we believe there isnt any explanation as to why this would be an expected behaviour, nor why this would be considered a bug.

Duplicate status (if any):

--