Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support sensible record de-duplication #103

Open
3 of 8 tasks
oubiwann opened this issue Dec 13, 2023 · 0 comments
Open
3 of 8 tasks

Support sensible record de-duplication #103

oubiwann opened this issue Dec 13, 2023 · 0 comments
Milestone

Comments

@oubiwann
Copy link
Contributor

oubiwann commented Dec 13, 2023

A new command ... maybe dedupe:

Tasks:

  • Set up args, command, and dispatch
  • Stub out command handler

Features:

  • Add command 'list duplicates' #104
  • Add algorithm for determining primary record in duplicate #105
  • rucksack dedupe --dd-type exact: All records that have the same exact info (name, url, password) but different dates are "joined" with oldest updates becoming the "history" (or being added to the history) of the one with the latest update ts
  • rucksack dedupe --dd-type updated: All records that have the name, url, type, etc., but different passwords, are sorted by date and any that are older than the most recent update get added to the history (and "deleted" as independent records)
  • rucksack dedupe --dd-type all: Do both, first exact and then updated types
  • rucksack dedupe: alias for --dd-type exact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant