Some thoughts about improving/splitting the urgency score #1157
Cito
announced in
Ideas: Any New Feature Requests go in Issues please
Replies: 3 comments
-
Very interesting idea! Quick initial thoughts - all about small details.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I've made an additional suggestion building on this: #1162
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Obsidian Tasks currently provides an option to sort tasks using an Urgency value. This is a great feature, but there are two things where I feel it needs some improvement.
First, the current algorithm for calculation of the urgency (adopted from TaskWarrior) is a bit arbitrary and can sometime yield values which are not what I would expect (see #691 for instance). @claremacrae and I are currently trying to solve this by making the score function configurable (see also #1112).
Second, I think the naming "urgency" for this value not the best choice and can be misleading. My point here is that the word "urgency" already has a well-defined meaning in time management systems, as one of the axes of the Eisenhower matrix (see Wikipedia time management - Eisenhower method). It covers only the aspects of the task that deal with timing the task (described by the due, start and scheduled dates in Obsidian Tasks). The other axis is the importance (described by the priority in Obsidian Tasks).
However, our current urgency value conflates both axes, it contains portions of both urgency and priority. That's why I think a less specific name like "rank" or "combined score" would be better for what we currently call "urgency".
This comment by @claremacrae made me think that in fact it would make sense to provide three different score values, urgency, importance, combined, using separate formulas. The formula for the combined score could then reuse the urgency and importance scores. And you could create different view, sorted by urgency, importance and combined.
Sorting by importance would be by default the same as what is currently called "sort by priority", but a custom formula for importance could also factor other factors in, like automatically boosting the importance of tasks in a certain folder because that folder deals with an important goal of your life, or boost tasks with a certain keyword.
The combined score would be by default the sum or product of the urgency and importance scores, but this should be configurable as well.
This splitting of the scores into three different values (functions) also makes them easier to configure, allowing to customize only the parts of interest.
What do you think about these ideas?
Beta Was this translation helpful? Give feedback.
All reactions