-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(FSADT1-1396|FSADT1-1398): added frontend fuzzy match for remaini…
…ng client types (#1081) * chore: adding new flag to match result and changing contact and location setting contact and location as fuzzy true to allow the frontend to deal with its visual, while adding new flag to represent the source of the result * feat(FSADT1-1396): added fuzzy matching for registered business * feat(FSADT1-1396): renaming some fields on fuzzy match * feat(FSADT1-1396): updating fuzzy mock and mappings * test(FSADT1-1396): added tests to individual and registered fuzzy match * test(FSADT1-1398): added tests to other types of fuzzy on step 1 * chore(FSADT1-1396): renaming some fields on fuzzy match * chore(FSADT1-1398): renaming some fields on fuzzy match * fix(FSADT1-1398): fixing test cases * text: fixing failing test * test: reduced the wait time on cypress * chore: added missing intercept * chore: added missing stubs * fix(FSADT1-1396): fixed identification fuzzy * chore: updating fuzzy match * chore(FSADT1-1398): removing pending match for other individual * fix: fixed fuzzy match field association * chore: added missing intercept * test: fixing wrong check on test * fix(FSADT1-1396): fixing field name on grouping * test: fixing test params * chore: removing console log --------- Co-authored-by: Maria Martinez <[email protected]>
- Loading branch information
1 parent
b138599
commit 2d6221f
Showing
62 changed files
with
2,611 additions
and
1,173 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
public record MatchResult( | ||
String field, | ||
String match, | ||
boolean fuzzy | ||
boolean fuzzy, | ||
boolean partialMatch | ||
) { | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.