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

Fetch only tasks newer than a given date #49

Closed
bjoernpollex opened this issue Nov 25, 2016 · 2 comments
Closed

Fetch only tasks newer than a given date #49

bjoernpollex opened this issue Nov 25, 2016 · 2 comments
Assignees

Comments

@bjoernpollex
Copy link

Currently the only way to get tasks newer than a given date is to fetch all tasks and then filter. This is impractical for projects that contain large numbers of tasks. It would be great to either have direct support for this, or the option to iterate over the collection of tasks sorted by decreasing start-time.

@SenadI
Copy link
Contributor

SenadI commented Nov 25, 2016

@bjoernpollex We will try to add this support on server first because we are lacking it there, when this happens we will be able to add the support to the library.

@SenadI
Copy link
Contributor

SenadI commented Feb 10, 2017

@bjoernpollex We added support for this in 0.7.0 :) Closing the issue

@SenadI SenadI closed this as completed Feb 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants