diff --git a/Haina/Weekly/2025/2025-W13.md b/Haina/Weekly/2025/2025-W13.md new file mode 100644 index 0000000..9efe38c --- /dev/null +++ b/Haina/Weekly/2025/2025-W13.md @@ -0,0 +1,115 @@ +--- +Created: 2025-03-19 Wed +Updated: +tags: + - 周报 +--- +[[Haina/Yearly/2025|2025]] / [[Haina/Quarterly/2025-Q1|Q1]] / [[Haina/Monthly/2025-03|March]] / ❮ [[Haina/Weekly/2025/2025-W12|Week 12]] | Week 13 | [[Haina/Weekly/2025/2025-W14|Week 14]] ❯ / [[Haina/Daily/2025-03-17|17 Mon]] - [[Haina/Daily/2025-03-18|18 Tue]] - [[Haina/Daily/2025-03-19|19 Wed]] - [[Haina/Daily/2025-03-20|20 Thu]] - [[Haina/Daily/2025-03-21|21 Fri]] - [[Haina/Daily/2025-03-22|22 Sat]] - [[Haina/Daily/2025-03-23|23 Sun]] ❯ [[Haina/Daily/2025-03-24|24 Mon]] - [[Haina/Daily/2025-03-25|25 Tue]] - + +--- + +*2025-03-25 Tue* + +## 上周工作 + +### 重点工作 +#### +1. + +### 维护工作 +#### +1. #优化 支付中心: 录入记录后, 执行HT任务`SP_AddToSystask` +2. + +## 本周计划 +1. + + + +--- + +> [!todo] Not done +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2025 +> (path includes W11) OR (path includes W12 ) +> (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/2025 +> (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 +> sort by path reverse +> sort by heading +> ``` + +> [!note] Deferred +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2025 +> 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/2025 +> 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/2025 +> filter by function task.status.name === 'question' +> sort by path reverse +> sort by heading +> ``` + +> [!fail] Cancelled +> +> ```tasks +> path includes Haina +> path includes Weekly/2025 +> 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/2025 +> (filter by function task.status.type === 'TODO') +> sort by path reverse +> sort by heading +> ```