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

feat: add support for viewing completed tasks #391

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

k-vasiliev
Copy link

@k-vasiliev k-vasiliev commented Jan 15, 2025

This PR adds basic support for viewing completed tasks. Users can now:

  • View completed tasks with viewCompleted: true parameter
  • Filter completed tasks by date range using completedSince and completedUntil
  • Limit the number of completed tasks shown with completedLimit
  • Auto-refresh completed task queries with a minimum interval of 9 seconds due to sync API rate limits

@k-vasiliev
Copy link
Author

resolves #233

@aamnakhan
Copy link

yay looking forward to this!

@k-vasiliev
Copy link
Author

k-vasiliev commented Jan 16, 2025

For now, it supports only the title and description of the task.

image

Also, the sync API returns labels in the "content" field, so tasks with labels look like this:

image

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