nus-tic4002-AY2021S2 / pe-dev-response

0 stars 0 forks source link

Different people can have same email address/phone number #139

Open nus-pe-bot opened 3 years ago

nus-pe-bot commented 3 years ago

In real life, different people should have different email address/phone number. The mapping relationship between people and email/phone is one to many, but not vise versa.

image.png

Expectation: email/phone number are supposed to be check and unique in the employee tracker.


[original: nus-tic4002-AY2021S2/pe-interim#139] [original labels: severity.High type.FeatureFlaw]

wz-chan commented 3 years ago

Team's Response

Multiple employees can have the same email. For example, sales@companyabc.com or techsupport@companyxyz.com Similarly, two employees in the same household can have the same phone number. Moreover, the company can also choose to put employees' office number instead of mobile number. For example, two desktop support engineers can have the same number. Please note that this field is named as phone number and not mobile number in the UG. Adding such a restriction will prevent some companies from effectively using this app. It is not worthwhile to add such restrictions.

Changed severity to low cause this does not affect normal operations at all. The app works as how it is intended to.

Duplicate status (if any):

--