From a user perspective, detecting duplicates by phone number might be better because two people might have the same name, but each phone number usually only has one user. Detecting duplicates by name also allows multiple contacts to have the same phone number, which leads to issues with the editTxn command (detailed in another issue)
From a user perspective, detecting duplicates by phone number might be better because two people might have the same name, but each phone number usually only has one user. Detecting duplicates by name also allows multiple contacts to have the same phone number, which leads to issues with the
editTxncommand (detailed in another issue)