LuYiting0913 / pe

0 stars 0 forks source link

Edit contact command cannot handle no-field-change exceptions #5

Open LuYiting0913 opened 1 year ago

LuYiting0913 commented 1 year ago

image.png

no error message for identical names /phones /address etc. A legitimate user behavior is not handled

soc-pe-bot commented 1 year ago

Team's Response

This is considered user directly sabotaging the application since it is not a legitimate user behavior to edit the contact/task to remain the same. It also does not affect the user experience.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: This should not be considered user directly sabotaging the application. Users can make mistakes when making small changes to the details, like a single digit in the phone number or one alphabet of the email address. the user should be notified if there's no change to the original data. this may affect the user's experience if they thought they have updated the information but actually not.

but I think featureFlaw would be more appropriate for this bug, due to the lack of proper handling (either blocking or warning) for potentially invalid inputs.