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

Reorder todoist task submissions and canvas submissions order #28

Open
stacksjb opened this issue Dec 30, 2022 · 0 comments
Open

Reorder todoist task submissions and canvas submissions order #28

stacksjb opened this issue Dec 30, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@stacksjb
Copy link
Collaborator

Right now, the tool pulls all assignments from Canvas, and all tasks in Todoist. This results in a lot of overhead and impact (for example, I have 1800+ Todoist Tasks) and retrieving data that isn't needed.

It think architecturally it would be preferable if instead it iterated and submitted tasks on a per-course basis, pulling only the matching tasks for the project. This would significantly cut down on the amount of return, though it would require that we iterate through the process times for each class.

Thoughts on changing the logic flow? It would be more API calls, but significantly less data returned. I think it would help with performance and efficiency.

@stacksjb stacksjb added the enhancement New feature or request label Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant