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

fix: improve matching for tel type parameter #3653

Merged
merged 1 commit into from
Oct 11, 2023

Conversation

kesselb
Copy link
Contributor

@kesselb kesselb commented Oct 10, 2023

Fix #3651, Close #3652

The old implementation assigns the same score for HOME,VOICE and VOICE for a tel property with parameter voice.

This pull requests adds an aditional point for the items with the same length.

This PR Main
Screenshot from 2023-10-10 20-16-56 Screenshot from 2023-10-10 20-18-12

@kesselb kesselb self-assigned this Oct 10, 2023
@kesselb kesselb added bug Something isn't working 3. to review Waiting for reviews labels Oct 10, 2023
@codecov
Copy link

codecov bot commented Oct 10, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (9854dd8) 2.07% compared to head (503ae11) 2.07%.

Additional details and impacted files
@@           Coverage Diff            @@
##            main   #3653      +/-   ##
========================================
- Coverage   2.07%   2.07%   -0.01%     
========================================
  Files         89      89              
  Lines       5348    5354       +6     
  Branches    1491    1492       +1     
========================================
  Hits         111     111              
- Misses      5119    5125       +6     
  Partials     118     118              
Files Coverage Δ
...mponents/ContactDetails/ContactDetailsProperty.vue 0.00% <0.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

The old implementation assigns the same score for HOME,VOICE and VOICE for a tel property with parameter voice.

This pull requests adds an aditional point for the items with the same length.

Signed-off-by: Daniel Kesselberg <[email protected]>
@kesselb kesselb force-pushed the bug/3651/update-matching-score branch from 439dbad to 503ae11 Compare October 10, 2023 20:21
Copy link
Member

@st3iny st3iny left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works. The additional score makes sense.

@st3iny st3iny modified the milestones: v5.4.0, v5.5.0 Oct 11, 2023
@st3iny st3iny added 4. to release Ready to be released and/or waiting for tests to finish and removed 3. to review Waiting for reviews labels Oct 11, 2023
@st3iny st3iny merged commit 106bd3b into main Oct 11, 2023
@st3iny st3iny deleted the bug/3651/update-matching-score branch October 11, 2023 11:54
@st3iny
Copy link
Member

st3iny commented Oct 11, 2023

/backport to stable5.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4. to release Ready to be released and/or waiting for tests to finish bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tel property with type Voice don't work
2 participants