cfpb / hmda-platform

The HMDA Submission backend applications.
Creative Commons Zero v1.0 Universal
102 stars 93 forks source link

Refactor Quarterly Graph API Service For Loan Purpose #4704

Closed PatrickGoRaft closed 1 year ago

PatrickGoRaft commented 1 year ago

There has been a feature request to support filtering the data returned by the quarterly graph api service on Loan Purpose Home (1) and Loan Purpose Refinance(31,32).

The current architecture of this service forces this change to result in creating duplicates of all existing graph code x2. We need to resolve this feature without adding redundant code changes.