Filter by task Urgency score #557
Replies: 4 comments 3 replies
-
Thanks! As a crutch for now you could sort by urgency and use a limit to only show a specific number of tasks. It’s not the same, but maybe it helps. |
Beta Was this translation helpful? Give feedback.
-
Just to note that I know from implementing 'group by urgency' in my fork, that the the urgency numbers are floating point numbers, like 10.97, 12.35, 11.90... So I'm unsure what a query on urgency would look like. It would probably need to be able to take ranges and conditions, like for example:
So any implementation would need some discussion beforehand about how to express the queries, I suspect... |
Beta Was this translation helpful? Give feedback.
-
See also #788, for grouping by Urgency score. |
Beta Was this translation helpful? Give feedback.
-
There are currently some unresolved concerns around the calculation of urgency, and I would not implement filtering by urgency until those were fixed, to avoid users finding that their urgency filters suddenly needed updating when the calculation changed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I like the idea of Urgency score. Please consider adding this to the FILTER options (it already exists, and as documented is the default in sorting). Similar to filtering by dates or priority, this is the combination of them, so could provide the good filter of urgent things to focus on.
Thanks for your consideration.
Beta Was this translation helpful? Give feedback.
All reactions