When a person with the same name, birth date and phone number is passed to add_staff multiple times, he/she is added succesfully every single time, as demonstrated below:
This is not intended behaviour, since people with the same name, birth date and phone number necessarily have to be the same person, and thus should not be added multiple times into any record. That being said, the severity is low, since this is an occasional mistake that users may make, and can be resolved using the delete_staff command.
When a person with the same name, birth date and phone number is passed to
add_staff
multiple times, he/she is added succesfully every single time, as demonstrated below:This is not intended behaviour, since people with the same name, birth date and phone number necessarily have to be the same person, and thus should not be added multiple times into any record. That being said, the severity is low, since this is an occasional mistake that users may make, and can be resolved using the
delete_staff
command.Labels:
type.FunctionalityBug
severity.Low
original: haoyangw/ped#11