You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user in DPP looking at duplicate applications,
I want to check for duplicate applications by phone number in addition to the other rules,
So that I can identify apps submitted with the same phone number.
Notes:
Some performance testing is probably going to be involved here?
AC:
Duplicate group for phone number is added
Duplicates process is performant
Work Remaining After Spike:
Frontend logic for mapping phoneNumber as Phone Number
Backend tests (especially on combination logic)
(Optional) Optimizations
exclude listings with the following statuses: draft, pending, changes required
When looping through listings, break/skip early when there are no application_flagged_set_possibilities found
The text was updated successfully, but these errors were encountered:
Amount of code needed for this is relatively small
Biggest thing we need to think about is the performance
Would increase the views table by a lot
We don't save phone numbers by household member, do we? Yes - def need to test here
This is going to be really hard to test
Need a large set of data, see what happens - test locally with a large set of data (use HBA) just put it in doorway
Would be really interested in seeing how much more additional we could check
Start by looking in the database maybe? Check numbers in HBA to present it first
Not hard to implement just requires testing
Spike
Draft PR
As a user in DPP looking at duplicate applications,
I want to check for duplicate applications by phone number in addition to the other rules,
So that I can identify apps submitted with the same phone number.
Notes:
AC:
Work Remaining After Spike:
phoneNumber
asPhone Number
The text was updated successfully, but these errors were encountered: