CDCgov / phdi

https://cdcgov.github.io/dibbs-site/
Creative Commons Zero v1.0 Universal
35 stars 14 forks source link

Add backend filtering on conditions #2938

Closed angelathe closed 4 days ago

angelathe commented 5 days ago

PULL REQUEST

Summary

Related Issue

Fixes #2750

Acceptance Criteria

Additional Information

  1. Right now, eCR library table only pulls from Postgres (I don't think we ended up actually implementing reading the ecr Library data from SQL Server?). Writing this ticket separately to pull data from SQL Server.
  2. Placeholder for conditions to filter on has been added until #2751 is worked on (see below for testing).

Checklist (for testing)

Other things to check:

angelathe commented 4 days ago

Don't forget SQL Server.

^ Making a note that this is right. listEcrData only uses postgres, table also needs to be able to pull from SQL Server. Writing separate ticket for this now