nikhil-2101 / pe

0 stars 0 forks source link

archive function does not account for extra spaces when inputting the name(human error). it only works when there is one space. #6

Open nikhil-2101 opened 5 months ago

nikhil-2101 commented 5 months ago

Screenshot (432).png

nus-se-bot commented 4 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.

The 'Original' Bug

[The team marked this bug as a duplicate of the following bug]

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

Screenshot (444).png


[original: nus-cs2113-AY2324S2/pe-interim#1047] [original labels: type.FeatureFlaw severity.Medium]

Their Response to the 'Original' Bug

[This is the team's response to the above 'original' bug]

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 duplicate status

Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)

Reason for disagreement: [replace this with your explanation]


## :question: Issue response Team chose [`response.Rejected`] - [x] I disagree **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 archiving.
## :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.