jhqiu21 / pe

0 stars 0 forks source link

Duplicate check for phone number #2

Closed jhqiu21 closed 1 week ago

jhqiu21 commented 1 week ago

Note that the system allow add two different person with same phone number, which is unrealistic.

Input: add i/S5087089H n/John Doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01 c/7 Then input: add i/S6878830G n/John doe p/98765432 e/johnd@example.com a/John street, block 123, #01-01 c/7

截屏2024-11-15 16.16.52.png

I think this bug is a medium bug as it will affect the convenience of the user. At least the system should show some warning message.