CDCgov / dibbs-query-connector

A FHIR client allowing public health agencies to query health care organizations directly or via a TEFCA QHIN
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

Build out "My Queries" backend function #117

Closed fzhao99 closed 1 week ago

fzhao99 commented 2 weeks ago

Description:

Function to fetch the query from the database and return it to the frontend for rendering

Acceptance Criteria:

Given a query exists in the db (can start with the demo queries right now and mix in the user-level search later), return the information the frontend needs to render the query table rows associated with the user.

Another ticket will capture the frontend implementation to keep our PR's small


Designs for reference:

Figma: The Collaborative Interface Design Tool

linear[bot] commented 2 weeks ago

QUE-53 Build out "My Queries" Table