diff --git a/Haina/Weekly/2025/2025-W14.md b/Haina/Weekly/2025/2025-W14.md index f237026..8163ea3 100644 --- a/Haina/Weekly/2025/2025-W14.md +++ b/Haina/Weekly/2025/2025-W14.md @@ -18,7 +18,7 @@ tags: ### 维护工作 #### -1. HT统计: 数据透视: 目的地国家; 酒店星级; 单人报价区间 +1. [x] HT统计: 数据透视: 目的地国家; 酒店星级; 单人报价区间 ✅ 2025-04-03 ## 本周计划 1. diff --git a/Haina/Weekly/2025/2025-W15.md b/Haina/Weekly/2025/2025-W15.md new file mode 100644 index 0000000..86bb0c3 --- /dev/null +++ b/Haina/Weekly/2025/2025-W15.md @@ -0,0 +1,114 @@ +--- +Created: 2025-04-03 Thu +Updated: +tags: + - 周报 +--- +[[Haina/Yearly/2025|2025]] / [[Haina/Quarterly/2025-Q2|Q2]] / [[Haina/Monthly/2025-04|April]] / ❮ [[Haina/Weekly/2025/2025-W14|Week 14]] | Week 15 | [[Haina/Weekly/2025/2025-W16|Week 16]] ❯ / [[Haina/Daily/2025-03-31|31 Mon]] - [[Haina/Daily/2025-04-01|01 Tue]] - [[Haina/Daily/2025-04-02|02 Wed]] - [[Haina/Daily/2025-04-03|03 Thu]] - [[Haina/Daily/2025-04-04|04 Fri]] - [[Haina/Daily/2025-04-05|05 Sat]] - [[Haina/Daily/2025-04-06|06 Sun]] ❯ [[Haina/Daily/2025-04-07|07 Mon]] - [[Haina/Daily/2025-04-08|08 Tue]] - + +--- + +*2025-04-08 Tue* + +## 上周工作 + +### 重点工作 +#### +1. + +### 维护工作 +#### +1. [>] 微信v2接口无法下载资金账单, 需要证书 + +## 本周计划 +1. + + + +--- + +> [!todo] Not done +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2025 +> (path includes W13) OR (path includes W14 ) +> (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 +> ```