diff --git a/Haina/Weekly/2024/2024-W28.md b/Haina/Weekly/2024/2024-W28.md index 1549ecd..e1dd395 100644 --- a/Haina/Weekly/2024/2024-W28.md +++ b/Haina/Weekly/2024/2024-W28.md @@ -17,7 +17,7 @@ tags: #### WebHT 基础信息价格管理 -1. [ ] 年份, +1. [x] 年份, ✅ 2024-07-23 2. [x] 绑定产品的显示 ✅ 2024-07-09 3. [x] 绑定的搜索, 接口和表格 ✅ 2024-07-09 4. [x] 地接的审核结果页面 ✅ 2024-07-10 @@ -73,6 +73,7 @@ tags: > done after last monday > path includes Haina > path includes Weekly/2024 +> sort by function task.done. > sort by path reverse > sort by heading > ``` diff --git a/Haina/Weekly/2024/2024-W31.md b/Haina/Weekly/2024/2024-W31.md new file mode 100644 index 0000000..d03e6a8 --- /dev/null +++ b/Haina/Weekly/2024/2024-W31.md @@ -0,0 +1,115 @@ +--- +Created: 2024-07-24 Wed +Updated: +tags: + - 周报 +--- +[[Haina/Yearly/2024|2024]] / [[Haina/Quarterly/2024-Q3|Q3]] / [[Haina/Monthly/2024-07|July]] - [[Haina/Yearly/2024|2024]] / [[Haina/Quarterly/2024-Q3|Q3]] / [[Haina/Monthly/2024-08|August]] / ❮ [[Haina/Weekly/2024/2024-W30|Week 30]] | Week 31 | [[Haina/Weekly/2024/2024-W32|Week 32]] ❯ / [[Haina/Daily/2024-07-22|22 Mon]] - [[Haina/Daily/2024-07-23|23 Tue]] - [[Haina/Daily/2024-07-24|24 Wed]] - [[Haina/Daily/2024-07-25|25 Thu]] - [[Haina/Daily/2024-07-26|26 Fri]] - [[Haina/Daily/2024-07-27|27 Sat]] - [[Haina/Daily/2024-07-28|28 Sun]] ❯ [[Haina/Daily/2024-07-29|29 Mon]] - [[Haina/Daily/2024-07-30|30 Tue]] - + +--- + +*2024-07-30 Tue* + +## 上周工作 + +### 重点工作 +#### +1. + +### 维护工作 +#### +1. + +## 本周计划 +1. + + + +--- + +> [!todo] Not done +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2024 +> (path includes W29) OR (path includes W30 ) +> (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 +> ```