project-lux / lux-frontend

Web front end of LUX
Apache License 2.0
3 stars 0 forks source link

Add paginations to DATE facets on results pages #262

Closed roamye closed 4 months ago

roamye commented 4 months ago

Problem Description: The facets are causing performance issues. This ticket will cover the facet of DATES only.

Expected Behavior/Solution: ML will return the activity streams and paginations will be required for facets containing lists.

For facets on the results page, the frontend will make a request to both the first page and last page of the date results to get the earliest and latest dates. From there, the frontend can generate the range input fields with a minimum and maximum year.

Requirements:

Needed for promotion: If an item on the list is not needed, it should be crossed off but not removed.

UAT/LUX Examples:

Dependencies/Blocks:

Related Github Issues:

Related links:

Wireframe/Mockup: Place wireframe/mockup for the proposed solution at end of ticket.

roamye commented 4 months ago

For the other tix ( https://github.com/project-lux/lux-frontend/issues/252 ) req were to have each facet to contain the "show more" button, however date facets do not have this option. I am uncertain what the new req should be for this? Are we doing the same with the "apply" button instead?

@kamerynB

kamerynB commented 4 months ago

Closing as this was covered by #252.