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 methods to get completed tasks #185

Merged
merged 1 commit into from
Apr 11, 2025

Conversation

goncalossilva
Copy link
Member

Specifically, implements the new /by_due_date and /by_completion_date API endpoints.

It is now possible to fetch all completed tasks by iterating through windows of 3 months, until the date of the user registration.

Closes #123.

Specifically, implements the new `/by_due_date` and `/by_completion_date` endpoints.

It is now possible to fetch all completed tasks by iterating through
windows of 3 months, until the date of the user registration.

Closes #123.
Base automatically changed from goncalossilva/date-datetime-fields to main April 11, 2025 14:38
@goncalossilva goncalossilva marked this pull request as ready for review April 11, 2025 14:39
@goncalossilva goncalossilva requested a review from a team as a code owner April 11, 2025 14:39
@goncalossilva goncalossilva requested review from lefcha and removed request for a team April 11, 2025 14:39
@goncalossilva goncalossilva merged commit 67f5cf9 into main Apr 11, 2025
1 check passed
@goncalossilva goncalossilva deleted the goncalossilva/fetch-completed-tasks branch April 11, 2025 14:39
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.

Support fetching all completed tasks
1 participant