40 | | * Displays all these duplicates as 'Record A' and 'Record B' in a page with the highest match percentages on the top, with 'resolve' link for each |
41 | | * Components of Record A & B - First name,Middle name,Last name & Gender |
42 | | * Clicking on resolve leads to another page where both the records are displayed side-by-side and the admin can move values between these fields and resolve duplicates |
43 | | * Clicking on submit will save that record and delete the other one |
44 | | * References to the delete record will be removed and updated with the saved record's Id |
| 40 | 2.Displays all these duplicates as 'Record A' and 'Record B' in a page with the highest match percentages on the top, with 'resolve' link for each |
| 41 | 3.Components of Record A & B - First name,Middle name,Last name & Gender |
| 42 | 4.Clicking on resolve leads to another page where both the records are displayed side-by-side and the admin can move values between these fields and resolve duplicates |
| 43 | 5.Clicking on submit will save that record and delete the other one |
| 44 | 6.References to the delete record will be removed and updated with the saved record's Id |