AY2122S2-CS2103-F11-2 / tp

TAlent Assistantâ„¢ is a desktop application used by professors to schedule interviews and keep track of applications for teaching assistants.
https://ay2122s2-cs2103-f11-2.github.io/tp/
MIT License
1 stars 5 forks source link

[PE-D] Does not allow adding of candidates with same phone number #322

Closed soc-pe-bot closed 2 years ago

soc-pe-bot commented 2 years ago

As house phone numbers are allowed in the phone field, there is a possibility that 2 candidates may put the same house phone number in that field. However, currently the app would flag this as an error that this candidate already exists in the system.

Steps to reproduce:

  1. add id/a9876543z n/alice tan p/61234567 e/e9876543@u.nus.edu c/Computer Science yr/1 avail/2,4,5

  2. add id/a1234567z n/bob tan p/61234567 e/e1234567@u.nus.edu c/Computer Science yr/1 avail/2,4,5

image.png


Labels: type.FeatureFlaw severity.Medium original: nicollegann/ped#3

domlimm commented 2 years ago

Linked to #340.