diff --git a/Haina/Weekly/2024/2024-W45.md b/Haina/Weekly/2024/2024-W45.md new file mode 100644 index 0000000..1d1b1f4 --- /dev/null +++ b/Haina/Weekly/2024/2024-W45.md @@ -0,0 +1,122 @@ +--- +Created: 2024-11-04 Mon +Updated: +tags: + - 周报 +--- +[[Haina/Yearly/2024|2024]] / [[Haina/Quarterly/2024-Q4|Q4]] / [[Haina/Monthly/2024-11|November]] / ❮ [[Haina/Weekly/2024/2024-W44|Week 44]] | Week 45 | [[Haina/Weekly/2024/2024-W46|Week 46]] ❯ / [[Haina/Daily/2024-10-28|28 Mon]] - [[Haina/Daily/2024-10-29|29 Tue]] - [[Haina/Daily/2024-10-30|30 Wed]] - [[Haina/Daily/2024-10-31|31 Thu]] - [[Haina/Daily/2024-11-01|01 Fri]] - [[Haina/Daily/2024-11-02|02 Sat]] - [[Haina/Daily/2024-11-03|03 Sun]] ❯ [[Haina/Daily/2024-11-04|04 Mon]] - [[Haina/Daily/2024-11-05|05 Tue]] - + +--- + +*2024-11-05 Tue* + +## 上周工作 + +### 重点工作 +#### +1. + +邮件消息方向不对, +回调 "type": "email.inbound.received", +在/getcusmessages, +msg_direction: "outbound", 应为 inbound + + + +### 维护工作 +#### +1. + +## 本周计划 +1. + + + +--- + +> [!todo] Not done +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2024 +> (path includes W43) OR (path includes W44 ) +> (filter by function task.status.name === 'Todo') +> sort by path reverse +> sort by heading +> ``` + +> [!todo] In Progress +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2024 +> (filter by function task.status.name === 'incomplete') +> sort by path reverse +> sort by heading +> ``` + +> [!check] Latest 2 weeks +> +> ```tasks +> done after last monday +> path includes Haina +> path includes Weekly/2024 +> sort by path reverse +> sort by heading +> ``` + +> [!note] Deferred +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2024 +> filter by function task.status.name === 'forwarded' +> sort by path reverse +> sort by heading +> ``` + +> [!tip] Idea, Important +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2024 +> filter by function (task.status.name === 'idea' || task.status.name === 'important'|| task.status.name === 'fire') +> sort by path reverse +> sort by heading +> ``` + +> [!faq] Question +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2024 +> filter by function task.status.name === 'question' +> sort by path reverse +> sort by heading +> ``` + +> [!fail] Cancelled +> +> ```tasks +> path includes Haina +> path includes Weekly/2024 +> filter by function task.status.name === 'canceled' +> sort by path reverse +> sort by heading +> ``` + +> [!todo] Todo +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2024 +> (filter by function task.status.type === 'TODO') +> sort by path reverse +> sort by heading +> ```