CDCgov / prime-reportstream

ReportStream is a public intermediary tool for delivery of data between different parts of the healthcare ecosystem.
https://reportstream.cdc.gov
Creative Commons Zero v1.0 Universal
65 stars 39 forks source link

Add filter section and Update Table on Daily Data #12972

Closed chris-kuryak closed 4 months ago

chris-kuryak commented 6 months ago

Problem statement

The Daily Data page currently does not have the new Filter components. The components need to be added.

The Daily Data page also currently uses the old table component. The new custom table component needs to be implemented and a new column for Receiver needs to be added.

What you need to know

Acceptance criteria

chris-kuryak commented 5 months ago

Combined the table work into this ticket based on engineering feedback. Updated point value to 8 instead of 5.

penny-lischer commented 5 months ago

@chris-kuryak now that we return all receivers on load, some of the receivers listed in the table do not appear in the dropdown because the dropdown only shows active receivers. Should we only show the rows in the table where there are active receivers?

Screenshot 2024-02-21 at 4.21.43 PM.png
chris-kuryak commented 5 months ago

@penny-lischer Yes, only show active receivers in the table and in the drop down.

chris-kuryak commented 5 months ago

Due to an issue with "inactive" receivers showing up on the new Daily Data page inadvertently, we will want to match the functionality of the current Daily Data page by only showing active receivers on the new Daily Data page. For now, we will make a quick fix to this current PR without a ticket (likely by making one receiver be selected by default, and therefore only allowing active receivers to be selected in the receiver drop-down)