bloom-housing / bloom

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

Duplicates - Cron job #4208

Open sarahlazarich opened 2 months ago

sarahlazarich commented 2 months ago

Blocked by this

This should encompass the re-write of the duplicate chron job following the steps here

  1. Get all duplicate keys from the view.
  2. Go through the above response and filter it into two groups, one with unique IDs only and one with repeats (where the same group matches both email and name/dob).
  3. Go through each group and see if a flagged set exists.

Notes:

TDD here

ludtkemorgan commented 3 days ago

QA notes:

sarahlazarich commented 1 day ago

We entered some flagged sets on Binky Binky, and it all looks good here!