Done
Details
Assignee
John CoburnJohn CoburnReporter
Khalilah GambrellKhalilah GambrellPriority
P3Sprint
NoneDevelopment Team
Stripes ForceFix versions
Release
Ramsons (R2 2024)TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
John Coburn
John CoburnReporter
Khalilah Gambrell
Khalilah GambrellPriority
Sprint
None
Development Team
Stripes Force
Fix versions
Release
Ramsons (R2 2024)
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created May 22, 2024 at 12:39 AM
Updated January 15, 2025 at 3:20 PM
Resolved August 5, 2024 at 3:58 PM
Problem: User wants to search/filter for from date without having to enter a to date when using the date range filter. (see screenshot below of the MARC authority app date created filter which uses the date range filter.)
Requirement: Support a prop that allows the To to not be required. When To is blank then the query should be a greater than equal of the from date.
Scenarios
From (YYYY-MM-DD)
To (YYYY-MM-DD)
Expected outcome
2023-01-01
2023-12-31
Return results within the date range of 2023-01-01 and 2023-12-31
2023-01-01
Return results that are greater than or equal to 2023-01-01
2023-12-31
Show an error message - Requires a From date or whatever is the error message today.