diff --git a/.obsidian/core-plugins.json b/.obsidian/core-plugins.json index 93de6c3..adc9f9d 100644 --- a/.obsidian/core-plugins.json +++ b/.obsidian/core-plugins.json @@ -27,5 +27,6 @@ "sync": false, "canvas": true, "bookmarks": true, - "properties": true + "properties": true, + "webviewer": false } \ No newline at end of file diff --git a/Haina/Weekly/2025/2025-W07.md b/Haina/Weekly/2025/2025-W07.md index d441d1c..7414da6 100644 --- a/Haina/Weekly/2025/2025-W07.md +++ b/Haina/Weekly/2025/2025-W07.md @@ -14,7 +14,9 @@ tags: ### 重点工作 #### -1. +1. sales CRM 统计数据定义(继续讨论中) +2. 支付中心 GooglePay ApplePay +3. GH例会数据: 2025版本 ### 维护工作 #### diff --git a/Haina/Weekly/2025/2025-W08.md b/Haina/Weekly/2025/2025-W08.md new file mode 100644 index 0000000..a210fc5 --- /dev/null +++ b/Haina/Weekly/2025/2025-W08.md @@ -0,0 +1,114 @@ +--- +Created: 2025-02-11 Tue +Updated: +tags: + - 周报 +--- +[[Haina/Yearly/2025|2025]] / [[Haina/Quarterly/2025-Q1|Q1]] / [[Haina/Monthly/2025-02|February]] / ❮ [[Haina/Weekly/2025/2025-W07|Week 7]] | Week 8 | [[Haina/Weekly/2025/2025-W09|Week 9]] ❯ / [[Haina/Daily/2025-02-10|10 Mon]] - [[Haina/Daily/2025-02-11|11 Tue]] - [[Haina/Daily/2025-02-12|12 Wed]] - [[Haina/Daily/2025-02-13|13 Thu]] - [[Haina/Daily/2025-02-14|14 Fri]] - [[Haina/Daily/2025-02-15|15 Sat]] - [[Haina/Daily/2025-02-16|16 Sun]] ❯ [[Haina/Daily/2025-02-17|17 Mon]] - [[Haina/Daily/2025-02-18|18 Tue]] - + +--- + +*2025-02-18 Tue* + +## 上周工作 + +### 重点工作 +#### +1. + +### 维护工作 +#### +1. + +## 本周计划 +1. + + + +--- + +> [!todo] Not done +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2025 +> (path includes W06) OR (path includes W07 ) +> (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 +> ```