Zer0Legion / pe

0 stars 0 forks source link

UI forces user to use mouse in a supposedly CLI-focused app #9

Open Zer0Legion opened 2 months ago

Zer0Legion commented 2 months ago

There is no way to clear debt purely using keyboard in the SGQR popup screen. This introduction of an additional area where the user is forced to use the mouse goes against the constraint of a CLI-focused app.

Use of ctrl+w is also disallowed, forcing the user to use the mouse in this situation.

image.png

Pop-up disallowing CLI input: image.png

soc-pe-bot commented 2 months ago

Team's Response

Thank you for the report. We have decided to mark this as not in scope because rectifying this is less important than the work that has already been done because users can still close the window with their mouse, and also this issue doesn't cause the application to crash.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: In the context of implementing the feature, there is nothing to "rectify" as this was an intentional design choice made by the team.

Implementing the same feature in a CLI-focused context has a comparable workload vs. implementing it in a mouse-focused context.

I classified this as a feature flaw not because it needs rectifying: It is perfectly implemented.

I raised this because the design decisions the team made went against the constraints of the module.