-
Notifications
You must be signed in to change notification settings - Fork 24
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
Feature Request: Filter drives and charges by dates #149
Comments
I was thinking to myself just yesterday how useful this would be! |
hi @leonelfaugusto and @alecdoconnor, nice suggestion for adding pagination! |
Hi @tobiasehlert thanks for the answer. Pagination we already have. The suggestion is filter by date. 😃 |
Ah okey.. yes that would be nice as well! |
Would it also be possible to display the monthly costs? I am currently looking for a way to access this data and use it. |
First of all thanks and nice work you have here :)
My resquest is all about filter drives and charges by date.
Now we can add
?page=2&show=10
to the request for pagination, but sometimes I need filter by date, with astartDate
andendDate
.For now to do that I request all drives or charges and then filter myself on frontend, but this is not very efficient, especially when database is huge.
You can add defaults like in page and show, something like
?startDate
last 5 years since now and?endDate
now.Thanks in advance.
The text was updated successfully, but these errors were encountered: