Kobot7 / pe

0 stars 0 forks source link

Keyboard Interrupt is not handled #8

Open Kobot7 opened 2 months ago

Kobot7 commented 2 months ago

Problem

Common keyboard interrupts such as Ctrl + C, Ctrl + Z is not handled. Program crashes instead of exiting gracefully.

Marked severity as low as users familiar with using terminals may attempt to background or exit the application using these keyboard combinations. This may have a higher severity if we assume that users playing a game on the terminal are familiar with the terminal commands and may hence attempt such actions.

Screenshot

image.png

nus-pe-script commented 2 months ago

Team's Response

No details provided by team.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Team did not provide a reason for rejection, hence I am unable to respond directly to their rejection. However, I would like to supplement my report with additional details.

In the team's developer guide, it is mentioned under the Non-Functional Requirements that "Users should be able to use the app without problems with basic CLI knowledge". This implies that their intended audience may minimally have basic CLI knowledge. Hence, there is a realistic possibility that users may attempt to use Ctrl+Z to background the application or Ctrl+C to exit the application.