Add basic support for issue filter by date
What does this MR do and why?
Implements: #17758
Add basic support for issue filter by date
Introduces a dumb (plain text) widget on the filtered search bar for issues (dashboard, group and project level) to allow filtering issues based on created and/or closed date.
Changelog: added
Screenshots or screen recordings
Screen_Recording_2023-07-24_at_20.09.36
How to set up and validate locally
- Try filtering the dashboard issues list http://gdk.test:3000/dashboard/issues using createdAfter, createdBefore, closedAfter, closedBefore and/or any combination: http://gdk.test:3000/dashboard/issues (be sure to double check the URL also updated with the correct params)
- Try filtering the group issues list http://gdk.test:3000/dashboard/issues using createdAfter, createdBefore, closedAfter, closedBefore and/or any combination: http://gdk.test:3000/groups/h5bp/-/issues (be sure to double check the URL also updated with the correct params)
- Try filtering the group issues list http://gdk.test:3000/dashboard/issues using createdAfter, createdBefore, closedAfter, closedBefore and/or any combination: http://gdk.test:3000/h5bp/html5-boilerplate/-/issues (be sure to double check the URL also updated with the correct params)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Gabe Weaver