nikhil-2101 / pe

0 stars 0 forks source link

delete function does not account for extra spaces when inputting the name. it only works when there is one space. #10

Open nikhil-2101 opened 6 months ago

nikhil-2101 commented 6 months ago

Screenshot (444).png

nus-pe-script commented 6 months ago

Team's Response

Rejecting the bug as it is a user input error, and not a fault in our program. It is working as intended. There is a difference between "leodas" and " leodas" as intended by our program.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Even if the program runs as intended, it still should be able to account for human errors and try to correct them to ensure a better experience for the user, rather than having them to go through the whole process of deleting.


## :question: Issue severity Team chose [`severity.Low`] Originally [`severity.Medium`] - [x] I disagree **Reason for disagreement:** I put this as medium since it is a flaw that causes occasional inconvenience to some users(especially for more clumsy typers) but they can continue to use the product.