tandeshao / pe

0 stars 0 forks source link

Able to add two people who have similar names into the app. #11

Open tandeshao opened 2 years ago

tandeshao commented 2 years ago

Step to reproduce:

  1. Type addstudent -n sammy_ _ _ _ _ _ boyo -p 904020041 and addstudent -n sammy _ boyo -p 904020041 where "_" is a whitespace character.

  2. Both people can be added to the app as shown in the image below.

image.png

Expected: App to reject the adding of that person because both of them are the same person semantically. The amount of whitespace between the words is not supposed to distinguish them as two separate people.

Actual: The app recognizes them as two different people.

nus-pe-bot commented 2 years ago

Your response not required for this bug as the team has accepted the bug as it is.