You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2022. It is now read-only.
My understanding from the docs is that item.day_order returns an integer of where a task sits in the queue in relation to other tasks in the Today view. However in my case where i'm using a custom sort for the web apps Today view the tasks day_order always return -1. I've tried changing the sort type in the web app but still I get -1 returned for all my tasks.
Am I missing a big piece of the puzzle here? Am I misunderstanding the true nature of day_order?