Closed chris-kuryak closed 9 months ago
Combined the table work into this ticket based on engineering feedback. Updated point value to 8 instead of 5.
@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?
@penny-lischer Yes, only show active receivers in the table and in the drop down.
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)
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
[ ] Filter area (light blue box) added to Daily Data page with USWDS components where possible
[ ] Receiver Dropdown functionality
[ ] Date Picker functionality
[ ] Time Picker functionality
[ ] Apply Button Functionality
[ ] Reset Button functionality
[ ] Table is updated to the new custom table component
[ ] Column for receiver is present
[ ] Unit tests for this feature(s)
[ ] Review with Product (Chris) and Design (Jess)
[ ] Check that E2E tests still function properly