dedupe
dedupe copied to clipboard
Enhancing the active labeling console user experience
Intro
Hello! While trying some of the examples in the dedupe-examples repo. I noticed that the console labeling user experience was a little rough, having to scroll and compare multiple times in order to decide on the labeling.
Improvement
I would like to suggest an improvement to the process as follows:
- Showing the record comparison vertically in table format in the console for each specified field.
- Including an exact match comparison by highlighting the differences between the two records in red (Could be changed to an optional feature)
Here is a demo that I tried using the record_linkage_example
https://github.com/user-attachments/assets/630c4037-76c0-4701-ac72-5a0a04c6896d
Dependencies
This will require the addition of the rich library to implement the console functionality cleanly
I have created a PR here #1216
Curious to know what you think of the change