nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Screen resolution is not managed properly when viewing each person #459

Open nus-pe-bot opened 1 week ago

nus-pe-bot commented 1 week ago

Problem: Minimum screen resolution is not set for view screen pop up, which inhibits user to get confused if he/she resizes screen accidently


After resizing: Screenshot 2024-11-15 164659.png


Before resizing: Screenshot 2024-11-15 164651.png


[original: nus-cs2103-AY2425S1/pe-interim#653] [original labels: severity.Medium type.FunctionalityBug]

jasmiinee commented 1 week ago

Team's Response

Thank you for your input.

The lack of a minimum screen resolution for the view screen pop-up is an intentional decision to allow users flexibility in resizing the window. Different users may have varying preferences, and this approach accommodates diverse usage scenarios. Even if the user resizes the pop-up to a smaller size accidentally, they can easily resize it back to the preferred dimensions. At no point is the core functionality of the view screen compromised.

Setting a minimum resolution might inconvenience users who prefer smaller windows or who work with limited screen space. By not enforcing a fixed resolution, we empower users to decide on their optimal window size. The issue does not cause confusion or hinder the user’s ability to use the app effectively. All critical information remains accessible once the window is resized appropriately, so this does not impact usability significantly.

Given the intentional flexibility in design and the ease of correcting accidental resizes, we do not consider this a bug. It falls under user preference and control rather than a functional flaw.

Duplicate status (if any):

--