SherwynNg / pe

0 stars 0 forks source link

UG missing details #10

Open SherwynNg opened 4 months ago

SherwynNg commented 4 months ago

Steps to reproduce:

  1. Ctrl + 'c' is pressed.

Expected: I expected the UG to include that if Ctrl + 'c' is pressed, it will quit the program. Might be good to include it else user might think it is an unexpected behaviour.

Actual: The program exited.

nus-se-script commented 4 months ago

Team's Response

Rejected - Ctrl + "C" only takes into effect when working on the command line, users are only expected to launch the application from the command line and enter their commands on the application itself. Ctrl + "C" has no effect on the application UI itself.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I feel that they should include it in the user guide as user might accidentally press Ctrl + "C" and it is focused on the terminal instead of the application.