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

Add a time filter to upcoming orders page #2358

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

m-amaya
Copy link
Contributor

@m-amaya m-amaya commented May 20, 2016

No description provided.

@m-amaya m-amaya self-assigned this May 19, 2016
@m-amaya m-amaya added the RFR label May 20, 2016
@L8D
Copy link
Member

L8D commented May 23, 2016

@m-amaya this seems to only filter out orders from the existing listing. If I wanted to look at the orders for tomorrow or yesterday (or any arbitrary date in the past or future), it gives me an empty list. This would need some server-side changes in order to make it possible to query for different days. We can't load all orders from all time into memory (unlike with the restaurant listing).

@L8D
Copy link
Member

L8D commented May 23, 2016

also it's a little weird to position the fields as "Start date, end date, start time, end time" instead of "Start date, start time, end date, end time" but that's not important.

@m-amaya m-amaya removed the RFR label Jun 1, 2016
@m-amaya
Copy link
Contributor Author

m-amaya commented Jun 1, 2016

I'm going to hold off on this issue until after the query route is fixed. it'll fix all the issues you've mentioned @L8D

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

Successfully merging this pull request may close these issues.

2 participants