|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
---
|
|
|
|
|
Created: 2025-04-08 Tue
|
|
|
|
|
Updated: 2025-04-10 17:04 Thu
|
|
|
|
|
Updated: 2025-04-13 01:05 Sun
|
|
|
|
|
tags:
|
|
|
|
|
- 周报
|
|
|
|
|
---
|
|
|
|
@ -33,13 +33,14 @@ tags:
|
|
|
|
|
2. [CT商旅数据统计](Haina/项目/HT数据分析/CT商旅数据统计.md)
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
> [!danger] 🔴重要且紧急⏫
|
|
|
|
|
|
|
|
|
|
> [!danger] 🔴重要且紧急⏫🔺
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2025
|
|
|
|
|
> (filter by function task.priorityName === 'high')
|
|
|
|
|
> filter by function (task.priorityName === 'High' || task.priorityName === 'Highest')
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
@ -50,7 +51,7 @@ tags:
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2025
|
|
|
|
|
> (filter by function task.priorityName === 'medium')
|
|
|
|
|
> (filter by function task.priorityName === 'Medium')
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
@ -61,7 +62,7 @@ tags:
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2025
|
|
|
|
|
> (filter by function task.priorityName === 'normal')
|
|
|
|
|
> (filter by function task.priorityName === 'Normal')
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
@ -72,40 +73,41 @@ tags:
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2025
|
|
|
|
|
> (filter by function task.priorityName === 'medium')
|
|
|
|
|
> filter by function (task.priorityName === 'Lowest' || task.priorityName === 'None')
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
> [!todo] Not done
|
|
|
|
|
> [!check] Latest 2 weeks
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> not done
|
|
|
|
|
> done after last monday
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2025
|
|
|
|
|
> (path includes W14) OR (path includes W15 )
|
|
|
|
|
> (filter by function task.status.name === 'Todo')
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!todo] In Progress
|
|
|
|
|
> [!todo] Not done
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2025
|
|
|
|
|
> (filter by function task.status.name === 'incomplete')
|
|
|
|
|
> (path includes W14) OR (path includes W15 )
|
|
|
|
|
> (filter by function task.status.name === 'Todo')
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
|
|
|
|
|
|
> [!check] Latest 2 weeks
|
|
|
|
|
> [!todo] In Progress
|
|
|
|
|
>
|
|
|
|
|
> ```tasks
|
|
|
|
|
> done after last monday
|
|
|
|
|
> not done
|
|
|
|
|
> path includes Haina
|
|
|
|
|
> path includes Weekly/2025
|
|
|
|
|
> (filter by function task.status.name === 'incomplete')
|
|
|
|
|
> sort by path reverse
|
|
|
|
|
> sort by heading
|
|
|
|
|
> ```
|
|
|
|
|