If you search for a the phrase "Eat that frog" then Google will return you the following text: "Eating the frog is the process of identifying your most difficult task of the day and completing it before you do any other work". I just wanted to build a tool which can catch the frogs for me.
- The Python/Flask microservices are running in a VPC
- The webhook code is running using a serverless function (so that I can use HTTPS and standard end-points without ports enforced by Todoist)
Right now adding a new item triggers the automatic prioritization. It's very very slow. Next target is to improve the performance.