Weighted Tasks

Weighted Tasks

From
Reddit
Status
Updating
Share
Tasks

Total Score

toNumber(replaceAll(prop("Urgency"), "[^0-9]", "")) + toNumber(replaceAll(prop("Importance"), "[^0-9]", "")) + toNumber(replaceAll(prop("Effort"), "[^0-9]", ""))

Status

(prop("Total Score") == 0) ? "" : ((prop("Total Score") < 10) ? "🤲 Delegate" : ((prop("Total Score") < 20) ? "⏰ Schedule" : "🔥 Do Now"))
 
By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!By Ben  •  Latest  •  Was this helpful? Please consider buying me a coffee. Cheers!
By BenLatest • Was this helpful? Please consider buying me a coffee. Cheers!