We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Users with permissions to view orders dashboard should be able to quickly filter the list of orders by the created date.
Users should be able to set either or both beforeDate and afterDate fields and return orders that were created between those dates and times.
beforeDate
afterDate
If the beforeDate is not set, the filter should return all orders that were created after the date provided to the afterDate field
If the afterDate is not set, the filter should return all orders that were created before the date provided to the beforeDate field
If both dates are set, the filter should return all orders created between afterDate and beforeDate
Any other filters, such as status, should also apply.
Searches performed with this filter active should take it into account.
From a UI perspective, this might be best accomplished via a calendar range selector of sorts that could live persistently on the orders page.
The text was updated successfully, but these errors were encountered:
In these designs, we have a search/filter and sort.
Links for designs below
Reaction core team link: https://zpl.io/1KkP29
Public link: https://scene.zeplin.io/project/58af8900737c137280322bd6/screen/58fa9274e553b1e86274a106
Sorry, something went wrong.
Closed via #2860
No branches or pull requests
Users with permissions to view orders dashboard should be able to quickly filter the list of orders by the created date.
Users should be able to set either or both
beforeDate
andafterDate
fields and return orders that were created between those dates and times.If the
beforeDate
is not set, the filter should return all orders that were created after the date provided to theafterDate
fieldIf the
afterDate
is not set, the filter should return all orders that were created before the date provided to thebeforeDate
fieldIf both dates are set, the filter should return all orders created between
afterDate
andbeforeDate
Any other filters, such as status, should also apply.
Searches performed with this filter active should take it into account.
From a UI perspective, this might be best accomplished via a calendar range selector of sorts that could live persistently on the orders page.
The text was updated successfully, but these errors were encountered: