webtjs / pe

0 stars 0 forks source link

Quitting TicTacToe Tutorial does not resume commands properly #1

Open webtjs opened 2 months ago

webtjs commented 2 months ago

If the quit command is entered during the tutorial, once 4 seconds has passed, the first command entered does not work. Only the subsequent commands will be processed.

Example shown with TicTacToe tutorial:

Quit command entered

image.png

First command after more than 4 seconds, command does not work

image.png

Subsequent commands

image.png

nus-pe-script commented 2 months ago

Team's Response

The issue is that normal commands resume normally after 4 seconds only after an input is made after quit. This report is valid.

Items for the Tester to Verify

:question: Issue severity

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

Reason for disagreement: image.png

Using the bug severity definitions provided on the CS2113 website, severity.Low describes bugs that is unlikely to affect the normal operation of the product and appears in rare situations while severity.Medium describes bugs which causes occasional inconvenience to some users.

The tutorial feature is one of the main features of the program and will be used occasionally. Not to mention, this bug also affects the normal operation of the product as the first command entered 4 seconds after quitting the tutorial does not work properly. Hence, severity.Medium is more appropriate in this situation.