-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add functionality, ability to add two separate students with the same phone number. #7
Comments
Team's ResponseThey are essentially the same bug report for different fields. The 'Original' Bug[The team marked this bug as a duplicate of the following bug]
Their Response to the 'Original' Bug[This is the team's response to the above 'original' bug]
Items for the Tester to Verify❓ Issue duplicate statusTeam chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: I disagree that this bug can be marked as a duplicate. This is because as shown below a bug can only be considered as a duplicate when the exact same bug reported multiple times not the same "TYPE" of bug. OR When a bug cannot be fixed independently (Meaning fixing A would also fix B if B is a duplicate of A). As such in the senario, fixing the parsing of ❓ Issue responseTeam chose [
Reason for disagreement: I disagree that this bug should be rejected as this application is targeted to students and other users based from their user stories in the DG. As such, the organization mentioned above by the team would most probably be a school organization. Hence in the real world, schools would definately not allow users/students to have the exact simillar phone numbers (for the purpose of distinguishing recipient when calling them). Asides from the organization, this would also cause inconvenience to the students/users themselves as they would get conufsed when 2 of their friends have the same phone number. ❓ Issue typeTeam chose [
Reason for disagreement: [replace this with your explanation] |
To recreate this : enter the following
From the result the app allows the duplication of phone for 2 separate person (only names were checked for duplication), as shown below :
This is a bug as two or more students should not have the same phone number.
Expected : Error to be thrown when there is a duplicate in phone number.
The text was updated successfully, but these errors were encountered: