diff --git a/Haina/Weekly/2025/2025-W13.md b/Haina/Weekly/2025/2025-W13.md index d059b23..1d06b01 100644 --- a/Haina/Weekly/2025/2025-W13.md +++ b/Haina/Weekly/2025/2025-W13.md @@ -25,10 +25,10 @@ tags: 1. [x] #优化 支付中心: 录入记录后, 执行HT任务`SP_AddToSystask` ✅ 2025-03-21 2. #优化 HT统计: 客服-增加按抵达日期统计; 汇总按整团统计 -3. [ ] #新增 HT统计: 统计: 饮食要求、兴趣爱好、年龄段 +3. #新增 HT统计: 统计: 饮食要求、兴趣爱好、年龄段 4. #优化 销售平台: 发送邮件默认订单类型: 传统订单; 对发件支持`回复全部` 5. [x] 连连支付: 退款API; 异步通知 ✅ 2025-03-24 -6. 东道主统计需求 (李曌姮) +6. [ ] 东道主统计需求 (李曌姮) | | 团数 | 人数 | 计费团天数 | 交易额 | | | - | -- | -- | ----- | --- | - | diff --git a/Haina/Weekly/2025/2025-W14.md b/Haina/Weekly/2025/2025-W14.md new file mode 100644 index 0000000..a5d306e --- /dev/null +++ b/Haina/Weekly/2025/2025-W14.md @@ -0,0 +1,114 @@ +--- +Created: 2025-03-24 Mon +Updated: +tags: + - 周报 +--- +[[Haina/Yearly/2025|2025]] / [[Haina/Quarterly/2025-Q1|Q1]] / [[Haina/Monthly/2025-03|March]] - [[Haina/Yearly/2025|2025]] / [[Haina/Quarterly/2025-Q2|Q2]] / [[Haina/Monthly/2025-04|April]] / ❮ [[Haina/Weekly/2025/2025-W13|Week 13]] | Week 14 | [[Haina/Weekly/2025/2025-W15|Week 15]] ❯ / [[Haina/Daily/2025-03-24|24 Mon]] - [[Haina/Daily/2025-03-25|25 Tue]] - [[Haina/Daily/2025-03-26|26 Wed]] - [[Haina/Daily/2025-03-27|27 Thu]] - [[Haina/Daily/2025-03-28|28 Fri]] - [[Haina/Daily/2025-03-29|29 Sat]] - [[Haina/Daily/2025-03-30|30 Sun]] ❯ [[Haina/Daily/2025-03-31|31 Mon]] - [[Haina/Daily/2025-04-01|01 Tue]] - + +--- + +*2025-04-01 Tue* + +## 上周工作 + +### 重点工作 +#### +1. + +### 维护工作 +#### +1. + +## 本周计划 +1. + + + +--- + +> [!todo] Not done +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2025 +> (path includes W12) OR (path includes W13 ) +> (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 +> ```