pjanthony2001 / pe

0 stars 0 forks source link

`view` UI window does not comply with the "Constraint-Typing-Preferred" #4

Open pjanthony2001 opened 6 months ago

pjanthony2001 commented 6 months ago

Command to replicate: view

Produces this window to pop up:

image.png

The only way to navigate this page is by clicking on the /< and /> elements (using escape characters because Github removes anything within angle brackets) at the top of the window.

soc-se-bot commented 5 months ago

Team's Response

Thank you for your inputs. Possible implementations could be to type "prev" or "next" somewhere.

Items for the Tester to Verify

:question: Issue severity

Team chose [severity.VeryLow] Originally [severity.Low]

Reason for disagreement: No justification is provided by the dev team as to why this bug should be classified as "Severity.VeryLow". I think that it should remain as "Severity.Low" because it is not "flaw that is purely cosmetic and does not affect usage". Furthermore, the CS2103T website states that "Only cosmetic problems should have this label". The issue described here is that the calendar window does not comply with the constraint-typing-preferred. This is because the user cannot navigate this page without the use of a mouse, which is a feature flaw as the application is targeted towards users who prefer using a keyboard.

I do think that this is not a minor cosmetic issue, and it is possible to make it such that users can use arrow keys to navigate the page, but that is not an option here, andI think it is a valid FeatureFlaw. Thus, I do think that this issue is of "Severity.Low" than "Severity.VeryLow", as a user would face inconvenience trying to navigate this page, although it is quite rare.