jimseah-0116 / pe

0 stars 0 forks source link

Small window size unusable #3

Open jimseah-0116 opened 5 months ago

jimseah-0116 commented 5 months ago

When I resized the window smaller, it seems to work fine for most sizes due to the scrollbars:

image.png

However, when resized to the minimum allowed size, the scrollbar disappears. The app becomes unusable in such a case as I can't see details of any Person in the app:

image.png

Would be good to increase the minimum allowed size of the app's window so that such a scenario does not occur.

soc-pe-bot commented 5 months ago

Team's Response

Thank you for your report. We agree that the application being minimized to such a size does block the persons and exams list. However, this was an intentional design choice.

As the command bar is still active and the results display is still viewable. the application is still usable for entering commands.

We only defined a minimum size for the command bar and the results display as we considered a potential (niche) use case: a user who is referencing a large sheet with a lot of student data might prefer to have the application in a small form factor at the corner of his screen as they add students into the application. Error messages and command success messages are all the user needs to see in this use case, the person list is not strictly needed.

The only issue is that the application is rather unsightly, making this issue purely cosmetic. Hence, we propose a downgrade of severity to severity.veryLow. Furthermore, fixing cosmetic issues like these was of a much lower priority than the improvements and upgrades we made to the UI as elaborated on in the DG, making this issue not in scope.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]


## :question: Issue severity Team chose [`severity.VeryLow`] Originally [`severity.Low`] - [x] I disagree **Reason for disagreement:** In my opinion, the fact that the student list is _completely unviewable_ makes the issue more than just a purely cosmetic one. I think 'Low' is a fair severity as this is a rare issue that only affects people who minimize the window to its smallest size, but for these people, not being able to see the student list could definitely be considered a minor inconvenience and may even affect functionality of the app.