-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Include completed tasks #233
Comments
@onepointfivem - Unfortunately, the Todoist API does not support including or fetching completed tasks, so this is currently impossible to implement. |
Seems like it's possible to achieve with the Sync API endpoint of Todoist. The REST API endpoint doesn't have this feature. |
I also looked up today at Completed Tasks API.
There is no way to apply a filter to Sync API. It can be done programmatically, but it will have a lot of complex logic. |
This would be phenomenal. It's really a shortcoming of todoist's filtering capabilities but at the very least a separate block for completed tasks should be doable using logic similar that in this plugin though using a block and getting rid of manual fetching |
Is your feature request related to a problem? Please describe.
It would be nice if the plugin also showed completed tasks, so I can have a log of the completed tasks for a certain project
Describe the solution you'd like
I want the plugin to also render/query completed tasks using the same filters applied to not completed tasks
Describe alternatives you've considered
I did see the plugin Todoist completed tasks, but it doesn't have automatically refresh and doensn't follow this plugin syntax
The text was updated successfully, but these errors were encountered: