johnmcmonigle / pe

0 stars 0 forks source link

Typing out the entity name for 'delete' will cause a crash #11

Open johnmcmonigle opened 2 years ago

johnmcmonigle commented 2 years ago

image.png

If the user accidentally types out the entity's name instead of the index number, the system will crash

nus-se-bot commented 2 years ago

Team's Response

will be added in the future version to check the format, users should follow the user guide

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Users make mistakes; this is the entire point of bug-proofing code. If the users should just follow the user guide, then such bug testing would be pointless. If a user misremembers and mistypes, the product should not crash.


:question: Issue type

Team chose [type.FeatureFlaw] Originally [type.FunctionalityBug]

Reason for disagreement: This deals with the functionality of the application.


:question: Issue severity

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

Reason for disagreement: The program crashes immediately and the user may lose saved progress. I believe this is definitely high priority.