FekketCantenel / ist

A single-page app that reads one's Todoist task list and displays the next highest-priority task by context.
https://ist.never-ends.net/
The Unlicense
2 stars 0 forks source link

project order different when set in Android or web #68

Closed FekketCantenel closed 2 years ago

FekketCantenel commented 2 years ago

Reordering projects in Todoist Android sets the order of the first to '0', whereas reordering in the web app sets it to '1'. I initially coded the app based on the web behavior and hard-coded a check for an order of '1'. I'm modifying the code to instead choose the project with the lowest order.