bloom-housing / bloom

component-based web framework for affordable housing management
Apache License 2.0
32 stars 24 forks source link

(Spike) Duplicates - Fixes #4139

Open sarahlazarich opened 3 weeks ago

sarahlazarich commented 3 weeks ago

We've found that there are some issues with the way we're flagging duplicates in our system. Currently, once we have flagged an application in a set, we don’t check other rules for that application. We currently check against two rules, name/DOB & email. We run the email check first, so that means we are more likely to run into a name/DOB issues

Also, there is an issue with the times that we're running the duplicates job that is causing gaps in the applications that are screened.

Outcome of this spike:

sarahlazarich commented 2 weeks ago

~2day timebox

Maybe split this into two? BE & FE?