Determine priority of new tasks Priority Matrix For Tasks
Total Points
Name
Total Points
Level
“Remember to look up at the stars and not down at your feet. Try to make sense of what you see and wonder about what makes the universe exist. Be curious. And however difficult life may seem, there is always something you can do and succeed at. It matters that you don't just give up.” — Stephen Hawking
Conditions for level
Formula
if(prop("Total Points") >= 100, "💠Level 6", if(prop("Total Points") >= 80, "💠Level 5", if(prop("Total Points") >= 60, "⚡️Level 4", if(prop("Total Points") >= 40, "⚡️Level 3", if(prop("Total Points") >= 20, "✓ Level 2", if(prop("Total Points") >= 8, "🚩Level 1", "🌱 Newbie"))))))
- Goal is to reach
300 points
in a year.
- Level 1: ≥ 8
- Level 2: ≥ 20
- Level 3 ≥ 40
- Level 4 ≥ 60
- Level 5 ≥ 80
- Level 6 ≥ 100
Conditions for points
Formula
if(prop("Complete") > prop("Deadline") and prop("Priority") == "High Priority", -3, if(prop("Complete") < prop("Deadline") and prop("Priority") == "High Priority", 3, if(prop("Complete") < prop("Deadline"), 2, if(prop("Complete") == prop("Deadline"), 1, if(prop("Complete") > prop("Deadline"), -2, 0)))))
- If I complete a task before the deadline ... then ... 2
- If priority is high ... then .. 3
- If I complete a task on the deadline ... then ... 1
- If I complete a task after the deadline ... then ... -2
- If priority is high ... then .. -3
Exa.Tasks
Task
Complete
Deadline
Priority
Points
Goal Related To
Exa. Goals