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

Duplicate Detection #1053

Open
2 tasks
sleidig opened this issue Dec 2, 2021 · 0 comments
Open
2 tasks

Duplicate Detection #1053

sleidig opened this issue Dec 2, 2021 · 0 comments
Assignees
Labels
Client: _GE Type: Feature new user-facing feature Type: Summary overview of a larger topic which is broken down into several issues to be worked on

Comments

@sleidig
Copy link
Member

sleidig commented Dec 2, 2021

Detecting (possible) duplicates is an important aspect for reliable data and consistent reporting stats. Double registration of the same person / item can happen when

  • someone doesn't notice that the same person has been registered before (by themselves or another user)
  • someone doesn't have access permission to the existing record and therefore no chance of knowing it is already registered

The system should help users

  • see a warning while recording a new entity if the data is similar to an existing record (and also see that warning when viewing a specific entities' details, not only during creation)
  • list all (possible) duplicates and review them
    • merge two duplicates into a single record
    • mark two suspected duplicates as distinct to hide the warning

Approaches and related concepts

Implementation steps

--> Implementation Plan

  • Algorithm to detect (possibly) duplicate records
    • (incl. research of approaches, testing & analysis on real data, ...)
  • Show duplicate warning while creating a new record
  • List possible duplicates to review for admin
  • Merge two notes/events into a single record #1414
  • Discard duplicate warning / mark as distinct
@sleidig sleidig added discuss Type: Summary overview of a larger topic which is broken down into several issues to be worked on labels Dec 2, 2021
@sleidig sleidig moved this to Idea in Feature Roadmap Feb 8, 2022
@sleidig sleidig added the Type: Feature new user-facing feature label Feb 8, 2022
@sleidig sleidig moved this from Triage to Todo [community help wanted] in All Tasks & Issues Sep 20, 2023
@sleidig sleidig moved this from Idea to Planned in Feature Roadmap Dec 4, 2023
@sleidig sleidig moved this from Todo [help wanted] to Priority (Core Team) in All Tasks & Issues Feb 6, 2024
@sleidig sleidig moved this from Priority (Core Team) to Todo (ready for work) in All Tasks & Issues Feb 8, 2024
@sleidig sleidig moved this from Todo (ready for work) to Triage / Analysis in All Tasks & Issues Feb 8, 2024
@sleidig sleidig self-assigned this Aug 30, 2024
@sleidig sleidig moved this from Todo (ready for work) to Planned (current "sprint") in All Tasks & Issues Sep 4, 2024
@sleidig sleidig added this to the Advanced Event Management System milestone Oct 24, 2024
@sleidig sleidig removed this from the Advanced Event Management System milestone Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client: _GE Type: Feature new user-facing feature Type: Summary overview of a larger topic which is broken down into several issues to be worked on
Projects
Status: Todo (ready for work)
Status: Planned
Development

No branches or pull requests

1 participant