Hi!
I was hoping to create a simple to-do list app for mobile devices using checkvist as the back-end since i love the desktop web interface but find the mobile version lacking.
What i miss from other similar apps, is the feature to get a quick list on what tasks are due today (or overdue) and to interactively reschedule those items (scheduling them for a certain time or postponing them a day/week/other)
I can, of course, get all items of all lists and sorting them accordingly before presenting them to the user but that would require me to hit the checkvist api pretty hard for a simple listing of due tasks. The possibility to get the a list similar to what is presented in the due list (in the web app) would help greatly.
Kind regards,
// Olof