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

Similarity fix #1914

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Similarity fix #1914

wants to merge 1 commit into from

Conversation

joanreyero
Copy link
Contributor

@joanreyero joanreyero commented Nov 30, 2023

Changes proposed ✍️

What

🤖[deprecated] Generated by Copilot at a7b0fcf

Added a new sorting criterion to the mergeMembers query in memberRepository.ts to improve the detection of duplicate members. The query now prefers members with a non-null similarity score over those with a null score.

🤖[deprecated] Generated by Copilot at a7b0fcf

mergeMembers seeks
duplicates with similarity
nulls fall behind

Why

How

🤖[deprecated] Generated by Copilot at a7b0fcf

  • Prioritize members with similarity score for merging (link)

Checklist ✅

  • Label appropriately with Feature, Improvement, or Bug.
  • Add screenshots to the PR description for relevant FE changes
  • New backend functionality has been unit-tested.
  • API documentation has been updated (if necessary) (see docs on API documentation).
  • Quality standards are met.

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

Successfully merging this pull request may close these issues.

None yet

1 participant