KevinEyo1 / pe

0 stars 0 forks source link

Does not account for different window sizes, especially when app on launch is small window size than intended #1

Open KevinEyo1 opened 1 year ago

KevinEyo1 commented 1 year ago

image.png

App on launch is not set to appropriate size for viewing, resulting in panels being squished and details being hard to understand like below

image.png

nus-pe-bot commented 1 year ago

Team's Response

Every user will have a different screen size, and the user is given the functionality to resize the view to their preference to view all parts of the application.

The 'Original' Bug

[The team marked this bug as a duplicate of the following bug]

Shrinking window size causes right-side UI elements to truncate information

On resizing the width of the window, all text on the UI elements on the right hand side are truncated.

image.png

Suggestion: Restrict minimum size, or use JavaFX elements that are not resizeable.


[original: nus-cs2103-AY2223S2/pe-interim#3501] [original labels: type.FunctionalityBug severity.VeryLow]

Their Response to the 'Original' Bug

[This is the team's response to the above 'original' bug]

This is a deliberate behaviour as we intended for the UI to be able to be minimized such that it only shows the client list.

Items for the Tester to Verify

:question: Issue duplicate status

Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)

Reason for disagreement: [replace this with your explanation]


## :question: Issue response Team chose [`response.Rejected`] - [x] I disagree **Reason for disagreement:** It is unlikely for users to want to only see the client list as compared to everything, and even if so, I don't see why they would go to the trouble of decreasing their screen size to do it. This can be confusing to the user when they first open the app, thinking that their app is buggy or they didnt download it properly. It also disalligns with the User Guide saying that it opens the app on full screen, which further confuses the user.