51 lines
924 B
Markdown
51 lines
924 B
Markdown
|
|
>[!todo] Task List
|
|
>>[!danger] **Extreme Urgency Tasks**
|
|
>>```tasks
|
|
>>not done
|
|
>>show urgency
|
|
>>filter by function task.urgency >14.999
|
|
>>sort by urgency
|
|
>>group by tags
|
|
>> ```
|
|
>
|
|
>>[!warning] **High Urgency Tasks**
|
|
>>```tasks
|
|
>>not done
|
|
>>show urgency
|
|
>>filter by function task.urgency >9.999 && task.urgency<15.0
|
|
>>sort by urgency
|
|
>>group by tags
|
|
>> ```
|
|
>
|
|
>>[!todo] **Medium Urgency Tasks**
|
|
>>```tasks
|
|
>>not done
|
|
>>show urgency
|
|
>>filter by function task.urgency >4.999 && task.urgency<10.0
|
|
>>sort by urgency
|
|
>>group by tags
|
|
>> ```
|
|
>
|
|
>>[!done] **Low Urgency Tasks**
|
|
>>```tasks
|
|
>>not done
|
|
>>show urgency
|
|
>>filter by function task.urgency <5.0
|
|
>>sort by urgency
|
|
>>group by tags
|
|
>> ```
|
|
|
|
For Task Dashboard, we should exclude
|
|
1. Finished tasks
|
|
2. canceled tasks
|
|
How should things be organized? Here's a priority list
|
|
1. Priority
|
|
2. Status
|
|
1. undated
|
|
2. in progress
|
|
3. scheduled
|
|
4. done
|
|
3. Sort by Urgency
|
|
4. Sort by tagsa
|