diff --git a/Haina/Weekly/2024/2024-W32.md b/Haina/Weekly/2024/2024-W32.md index 24f9efd..7b8e0a0 100644 --- a/Haina/Weekly/2024/2024-W32.md +++ b/Haina/Weekly/2024/2024-W32.md @@ -24,7 +24,7 @@ tags: 5. [x] 重复复制到26年, err=1, 目标已存在2026年价格 ✅ 2024-08-07 6. [-] 新增时, 如何编辑价格提交, 还没有info.id 7. [x] 编辑: 文字说明 ✅ 2024-08-15 -8. [/] 测试和反馈处理 +8. [x] 测试和反馈处理 ✅ 2024-11-27 1. [ ] 添加语种之后, 再次保存导致重复新增 2. [x] 绑定项目: 每次都请求 ✅ 2024-10-21 diff --git a/Haina/Weekly/2024/2024-W42.md b/Haina/Weekly/2024/2024-W42.md index ee35131..a67e4f9 100644 --- a/Haina/Weekly/2024/2024-W42.md +++ b/Haina/Weekly/2024/2024-W42.md @@ -21,8 +21,8 @@ tags: 1. [x] 发送邮件, 更新消息窗口列表 ✅ 2024-11-04 2. 编辑器: 1. [x] 工具栏: 字体; 颜色; 背景颜色; 对齐; ✅ 2024-10-14 - 2. [ ] 复制粘贴 - 3. [/] 邮件附件 + 2. [x] 复制粘贴 ✅ 2024-11-27 + 3. [x] 邮件附件 ✅ 2024-11-27 4. [x] 行内图片 ✅ 2024-10-23 5. [ ] 浮动格式工具 3. [x] 移动端: 切换渠道 ✅ 2024-10-14 diff --git a/Haina/Weekly/2024/2024-W45.md b/Haina/Weekly/2024/2024-W45.md index 7fea1ec..fa23052 100644 --- a/Haina/Weekly/2024/2024-W45.md +++ b/Haina/Weekly/2024/2024-W45.md @@ -29,7 +29,7 @@ tags: 2. [x] post重发邮件. 对于发送失败的 ✅ 2024-11-07 3. ["] get邮件详情: 返回: info: 抄送, 主题, 发送时间, 发送状态, 创建时间 1. ["] 邮件详情: Unicode乱码 -4. [/] 切换商业号之后, 更新模板列表 ✅ 2024-11-06 +4. [x] 切换商业号之后, 更新模板列表 ✅ 2024-11-27 5. ["] 发送邮件之后, 没有推送发送状态更新`email.updated` . *实际已经收到邮件* - `email.updated`=`sent` 6. [x] 解析其他通知: `email.action.received` ✅ 2024-11-07 diff --git a/Haina/Weekly/2024/2024-W49.md b/Haina/Weekly/2024/2024-W49.md new file mode 100644 index 0000000..431866e --- /dev/null +++ b/Haina/Weekly/2024/2024-W49.md @@ -0,0 +1,115 @@ +--- +Created: 2024-11-27 Wed +Updated: +tags: + - 周报 +--- +[[Haina/Yearly/2024|2024]] / [[Haina/Quarterly/2024-Q4|Q4]] / [[Haina/Monthly/2024-12|December]] / ❮ [[Haina/Weekly/2024/2024-W48|Week 48]] | Week 49 | [[Haina/Weekly/2024/2024-W50|Week 50]] ❯ / [[Haina/Daily/2024-11-25|25 Mon]] - [[Haina/Daily/2024-11-26|26 Tue]] - [[Haina/Daily/2024-11-27|27 Wed]] - [[Haina/Daily/2024-11-28|28 Thu]] - [[Haina/Daily/2024-11-29|29 Fri]] - [[Haina/Daily/2024-11-30|30 Sat]] - [[Haina/Daily/2024-12-01|01 Sun]] ❯ [[Haina/Daily/2024-12-02|02 Mon]] - [[Haina/Daily/2024-12-03|03 Tue]] - + +--- + +*2024-12-03 Tue* + +## 上周工作 + +### 重点工作 +#### +1. + +### 维护工作 +#### +1. + +## 本周计划 +1. + + + +--- + +> [!todo] Not done +> +> ```tasks +> not done +> path includes Haina +> path includes Weekly/2024 +> (path includes W47) OR (path includes W48 ) +> (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 +> ``` diff --git a/Haina/项目/SCRM/Sales CRM 2.0.md b/Haina/项目/SCRM/Sales CRM 2.0.md index 5bb6f82..b737409 100644 --- a/Haina/项目/SCRM/Sales CRM 2.0.md +++ b/Haina/项目/SCRM/Sales CRM 2.0.md @@ -35,9 +35,11 @@ Updated: 2024-11-26 09:26 Tue 1. ["] 导入一部分邮件记录到平台; 类似导salesmarty的记录 2. [x] 发送邮件, 需要`coli_sn` ✅ 2024-11-27 -3. [ ] 订单页面进入, 没有新建会话 -4. [ ] 新建会话: 排前面 -5. 编辑器 +3. [/] 订单页面进入, 没有新建会话 +4. [x] 新建会话: 排前面 ✅ 2024-11-27 +5. [ ] 供应商邮件详情 +6. [ ] 邮件快速编辑纯文本 +7. 编辑器 1. [ ] 截图上传 ### 测试账号