-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FILTER: Filter By Date (Part 1 - Default selections) #2752
Comments
Notes from Planning:
|
@emmastephenson Would it be alright if I assigned myself to this, or at least added my current ticket "Filter by conditions" as a blocker? There's a lot of code overlap and it would probably save a lot of time if this got worked on after my other ticket is merged to main |
@angelathe yes please, adding your ticket as a blocker makes sense to me! |
@emmastephenson Thinking ahead to the custom date range ticket, should there always be a start AND end date? Or is it possible a user could input only a start date filter or only an end date filter? |
@emmastephenson Also, I know the default is |
@angelathe For the custom date range, I'd want to double-check with @ashton-skylight but my guess is you do need both! But perhaps end date defaults to "today"? I just worry about setting the start date default to be "all time" or w/e, since that gets expensive very quickly. |
Hello @angelathe @emmastephenson! Yes, if the user wants to see eCRs for all time, they can specify that in the custom date range, but for right now, we won't provide that as a filter. |
User Story
As a user of the eCR Library, I want to filter by date, so that I can only see eCRs from within a given date range.
Example: I only want to see eCRs for the last week, so I can identify issues.
Acceptance Criteria
Scenarios
Scenario 1
Design Notes
Link to Figma design in Dev mode
Link to Figma prototype
Screenshots below should not be used for working on this ticket - always refer to Figma design for most up-to-date designs:
Additional context
This ticket does NOT include implementing or showing the custom date filter - that is a separate ticket.
This ticket includes both the frontend design implementation and the backend querying needed for full functionality.
The text was updated successfully, but these errors were encountered: