Skip to content
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 orders by created at date #2359

Closed
spencern opened this issue May 26, 2017 · 2 comments
Closed

Filter orders by created at date #2359

spencern opened this issue May 26, 2017 · 2 comments

Comments

@spencern
Copy link
Contributor

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.

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.

@rymorgan
Copy link
Contributor

rymorgan commented Jun 8, 2017

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

@brent-hoover
Copy link
Collaborator

Closed via #2860

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants