You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

145 lines
3.7 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
Created: 2024-11-04 Mon
Updated: 2024-11-08 11:18 Fri
tags:
- 周报
---
[[Haina/Yearly/2024|2024]] / [[Haina/Quarterly/2024-Q4|Q4]] / [[Haina/Monthly/2024-11|November]] / [[Haina/Weekly/2024/2024-W44|Week 44]] | Week 45 | [[Haina/Weekly/2024/2024-W46|Week 46]] / [[Haina/Daily/2024-10-28|28 Mon]] - [[Haina/Daily/2024-10-29|29 Tue]] - [[Haina/Daily/2024-10-30|30 Wed]] - [[Haina/Daily/2024-10-31|31 Thu]] - [[Haina/Daily/2024-11-01|01 Fri]] - [[Haina/Daily/2024-11-02|02 Sat]] - [[Haina/Daily/2024-11-03|03 Sun]] [[Haina/Daily/2024-11-04|04 Mon]] - [[Haina/Daily/2024-11-05|05 Tue]] -
---
*2024-11-05 Tue*
## 上周工作
### 重点工作
#### Sales CRM 2.0
##### 邮件
1. [x] editor 不更新; ✅ 2024-11-07
- *点击详情, 获取内容>点击回复, 内容无法加载到编辑区*
2. [x] 编辑器粘贴成`code` ✅ 2024-11-07
1. [x] 粘贴丢失部分样式 ✅ 2024-11-20
2. [x] 粘贴截图. `Blob` ? ✅ 2024-11-20
3. 接口更新
1. [x] post发送邮件: 需返回邮件id. *打开邮件详情; 重发* ✅ 2024-11-06
2. [x] post重发邮件. 对于发送失败的 ✅ 2024-11-07
3. ["] get邮件详情: 返回: info: 抄送, 主题, 发送时间, 发送状态, 创建时间
1. ["] 邮件详情: Unicode乱码
4. [x] 切换商业号之后, 更新模板列表 ✅ 2024-11-27
5. ["] 发送邮件之后, 没有推送发送状态更新`email.updated` . *实际已经收到邮件*
- `email.updated`=`sent`
6. [x] 解析其他通知: `email.action.received` ✅ 2024-11-07
1. [x] 数据填充不正确 ✅ 2025-02-13
7. [x] 历史记录: 邮件类型消息 ✅ 2025-02-13
##### WABA
1. [?] 多个顾问与同一个号码联系(如联系地接), 新消息只能匹配到最近的会话, 不一定是匹配的对接人员
- 同一个号码, 则建立为群聊 (地接×[顾问*]), 按群聊逻辑推送和显示. 不关联订单
- 同一个号码营销模板消息发送次数多了, 导致账号会话质量下降. 建议增加联系地接的utils模板.
![800](Haina/Weekly/2024/atta/Pasted%20image%2020241106135159.png)
### 维护工作
####
1.
## 本周计划
1.
---
> [!todo] Not done
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> (path includes W43) OR (path includes W44 )
> (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
> ```