Closed daveeloo closed 11 years ago
Potential heuristics: most duplicated identity emails have the same name different domain
notes: use fingerprint not key_id if uploader and changer are the same must be a debian developer same name different email bigger problem as person gets more experienced
Assigning to next milestone, b/c we talked about it at Monday meeting.
The fingerprint is for the sponsor, which means it is not useful because the People objects are built from email_changer.
Add an extra column to People that is original_email with default being null and add extra column to Upload that is original_email_changer (make it an EmailField instead of TextField while at it) and change the code for build_people_db to deal with this. Add an "unify" button on the person page that pops up a div with a JQuery autocomplete with names. Have algorithm that will make these changes.