8000 Todoist Upgrade by sirwolfgang · Pull Request #50 · usetrmnl/plugins · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Todoist Upgrade #50

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Todoist Upgrade #50

wants to merge 2 commits into from

Conversation

sirwolfgang
Copy link

These changes work to make the views available on trmnl have parity with the Todoist App's List view.

A slight but notable improvement is that the filter is now completely offloaded to the Todoist API, so the terminal server only needs to worry about rendering. Future improvements around using Todoist's webhooks could be explored to reduce compute costs even more.

  • Update Views to support Groups

@ryanckulp
Copy link
Contributor

sick! thanks Zane, give me a couple days to test this and will report back here.


def access_token = settings.dig('todoist', 'access_token')
segments.delete_at(1) if date == today
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
segments.delete_at(1) if date == today
segments.delete_at(1) if date != today

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
0