vault backup: 2024-05-21 09:37:20

Affected files:
Haina/Templates/W-log.md
Haina/Weekly/2024/2024-W10.md
Haina/Weekly/2024/2024-W11.md
Haina/Weekly/2024/2024-W12.md
Haina/Weekly/2024/2024-W13.md
Haina/Weekly/2024/2024-W21.md
main
Lei OT 2 years ago
parent 24afc6a463
commit f5305c16b9

@ -76,8 +76,8 @@ for (let day = 0; day < 2; day++) {
> path includes Weekly/2024
> path includes W20
> (filter by function task.status.name === 'Todo')
> sort by heading
> sort by path reverse
> sort by heading
> ```
> [!todo] In Progress
@ -87,8 +87,8 @@ for (let day = 0; day < 2; day++) {
> path includes Haina
> path includes Weekly/2024
> (filter by function task.status.name === 'incomplete')
> sort by heading
> sort by path reverse
> sort by heading
> ```
> [!check] Latest 2 weeks
@ -97,8 +97,8 @@ for (let day = 0; day < 2; day++) {
> done after last monday
> path includes Haina
> path includes Weekly/2024
> sort by heading
> sort by path reverse
> sort by heading
> ```
> [!note] Deferred
@ -108,8 +108,8 @@ for (let day = 0; day < 2; day++) {
> path includes Haina
> path includes Weekly/2024
> filter by function task.status.name === 'forwarded'
> sort by heading
> sort by path reverse
> sort by heading
> ```
> [!tip] Idea, Important
@ -119,8 +119,8 @@ for (let day = 0; day < 2; day++) {
> path includes Haina
> path includes Weekly/2024
> filter by function (task.status.name === 'idea' || task.status.name === 'important')
> sort by heading
> sort by path reverse
> sort by heading
> ```
> [!faq] Question
@ -130,8 +130,8 @@ for (let day = 0; day < 2; day++) {
> path includes Haina
> path includes Weekly/2024
> filter by function task.status.name === 'question'
> sort by heading
> sort by path reverse
> sort by heading
> ```
> [!fail] Cancelled
@ -140,8 +140,8 @@ for (let day = 0; day < 2; day++) {
> path includes Haina
> path includes Weekly/2024
> filter by function task.status.name === 'canceled'
> sort by heading
> sort by path reverse
> sort by heading
> ```
> [!todo] Todo
@ -151,6 +151,6 @@ for (let day = 0; day < 2; day++) {
> path includes Haina
> path includes Weekly/2024
> (filter by function task.status.type === 'TODO')
> sort by heading
> sort by path reverse
> sort by heading
> ```

@ -22,13 +22,13 @@ tags:
3. 空的消息记录, 希望返回`[]`, 而不是`null`
1. `null` 判断
4. 没有从状态管理中正确取到登录用户的值 ✅ 2024-03-04
5. [ ] 消息记录分页
5. 消息记录分页
6. 发送失败的状态提示 ✅ 2024-03-01
7. 表情发送和显示
8. [x] 上传接口 ✅ 2024-03-08
9. 修改store取数据, 减少重复渲染 ✅ 2024-03-01
10. 消息数量的提示 ✅ 2024-03-04
1. [ ] 后端也需要累加
1. 后端也需要累加
2. [x] 新消息闪烁 ✅ 2024-03-04
### 维护工作

@ -37,7 +37,7 @@ tags:
8. 会话列表:
1. [x] 显示订单号 ✅ 2024-03-08
2. [x] 搜索 ✅ 2024-03-08
3. [b] ~~用户昵称存到会话表?~~
3. ["] ~~用户昵称存到会话表?~~
4. [x] 更新会话的received time, 使用Delivered time ✅ 2024-03-12
2. 历史记录:
1. [x] 加载更多/~~滚动加载~~ ✅ 2024-03-12

@ -1,6 +1,6 @@
---
Created: 2024-03-12 Tue
Updated: 2024-05-17 14:39 Fri
Updated: 2024-05-21 09:30 Tue
tags:
- 周报
---
@ -20,26 +20,25 @@ tags:
1. 会话和消息
1. 会话列表: 合并查询多个账户的会话
1. [ ] 会话列表支持多选顾问获取
2. ["] 引用消息: 没有原文 (消息记录有, 实时的没有:updated, received)
3. [?] 订单进入会话: 设置正确的顾问ID
2. [?] 订单进入会话: 设置正确的顾问ID
不需要, 以后统计也是从订单查询
4. [x] 同名文件, 会不会导致文件覆盖 ✅ 2024-03-14
5. [x] 联系人名片: 点击开启会话. 有WhatsAppID时. 并显示商户号的名称 ✅ 2024-03-14
6. [b] 更新发送的媒体消息的link
7. [x] #修复 前端收到页面上没有的会话时, 程序报错中断 ✅ 2024-03-19
3. [x] 同名文件, 会不会导致文件覆盖 ✅ 2024-03-14
4. [x] 联系人名片: 点击开启会话. 有WhatsAppID时. 并显示商户号的名称 ✅ 2024-03-14
5. [b] 更新发送的媒体消息的link
6. [x] #修复 前端收到页面上没有的会话时, 程序报错中断 ✅ 2024-03-19
1. 需要即时消息中返回`订单ID` `SN`
8. [?] 多客户端: 未读数量同步
7. [?] 多客户端: 未读数量同步
1. 会话消息相关的接口, 都使用socket服务. `action: 'unread_cnt'`
9. 记录会话的信息, 用于前端提示
8. 记录会话的信息, 用于前端提示
1. [ ] 开启时间
2. [x] 过期时间, ✅ 2024-03-20
3. [ ] 会话类型,
4. [ ] 收费.
10. 记录会话的时区.
1. [ ] 预测
2. [ ] 选择
3. [I] 下单时获取客户端时区, 和设置国籍一样
11. [x] #修复 未读消息数 ✅ 2024-03-19
9. 记录会话的时区.
1. [ ] 预测
2. [ ] 选择
3. [I] 下单时获取客户端时区, 和设置国籍一样
10. [x] #修复 未读消息数 ✅ 2024-03-19
2. 迁移SaleSmartly的数据, 发送和接收

@ -1,6 +1,6 @@
---
Created: 2024-03-20 Wed
Updated: 2024-05-17 14:40 Fri
Updated: 2024-05-21 09:29 Tue
tags:
- 周报
---
@ -19,23 +19,13 @@ tags:
1. 会话和消息
1. 会话列表: 合并查询多个账户的会话
1. [ ] 会话列表支持多选顾问获取
2. [x] 引用消息: 没有原文 (消息记录有, 实时的没有:updated, received) ✅ 2024-04-01
3. 区分地接社/供应商的WhatsApp和客人, 不关联任何订单或任何订单都有关联
1. [ ] 会话备注功能
2. [ ] 不绑定订单
3. [ ] 置顶
4. [x] 新增会话 ✅ 2024-05-14
1. [x] 新增会话 ✅ 2024-05-14
4. 记录会话的信息, 用于前端提示
1. [-] 开启时间
2. [x] 过期时间, ✅ 2024-03-20
3. [ ] 会话类型,
4. [ ] 收费.
5. [>] 记录会话的时区.
1. [ ] 预测
2. [ ] 选择
3. [ ] 下单时获取客户端时区, 和设置国籍一样
2. [!] 迁移 SaleSmartly 的数据, 发送和接收
2. [b] 迁移 SaleSmartly 的数据, 发送和接收
3. 历史消息: 查询, 搜索, 定位
1. [x] 搜索匹配的消息`排序`, `显示具体时间` ✅ 2024-03-24

@ -40,6 +40,7 @@ tags:
#### HT 统计
1. GH例会数据:
1. [/] 顾问数据规则
2. [x] 客服数据规则 ✅ 2024-05-20
#### Web
1. #修复 TS站火车: 客人预定日期不对比如搜索25日预定时却是24日
@ -60,8 +61,8 @@ tags:
> path includes Weekly/2024
> path includes W20
> (filter by function task.status.name === 'Todo')
> sort by heading
> sort by path reverse
> sort by heading
> ```
> [!todo] In Progress
@ -71,8 +72,8 @@ tags:
> path includes Haina
> path includes Weekly/2024
> (filter by function task.status.name === 'incomplete')
> sort by heading
> sort by path reverse
> sort by heading
> ```
> [!check] Latest 2 weeks
@ -81,8 +82,8 @@ tags:
> done after last monday
> path includes Haina
> path includes Weekly/2024
> sort by heading
> sort by path reverse
> sort by heading
> ```
> [!note] Deferred
@ -92,8 +93,8 @@ tags:
> path includes Haina
> path includes Weekly/2024
> filter by function task.status.name === 'forwarded'
> sort by heading
> sort by path reverse
> sort by heading
> ```
> [!tip] Idea, Important
@ -103,8 +104,8 @@ tags:
> path includes Haina
> path includes Weekly/2024
> filter by function (task.status.name === 'idea' || task.status.name === 'important')
> sort by heading
> sort by path reverse
> sort by heading
> ```
> [!faq] Question
@ -114,8 +115,8 @@ tags:
> path includes Haina
> path includes Weekly/2024
> filter by function task.status.name === 'question'
> sort by heading
> sort by path reverse
> sort by heading
> ```
> [!fail] Cancelled
@ -124,8 +125,8 @@ tags:
> path includes Haina
> path includes Weekly/2024
> filter by function task.status.name === 'canceled'
> sort by heading
> sort by path reverse
> sort by heading
> ```
> [!todo] Todo
@ -135,6 +136,6 @@ tags:
> path includes Haina
> path includes Weekly/2024
> (filter by function task.status.type === 'TODO')
> sort by heading
> sort by path reverse
> sort by heading
> ```

Loading…
Cancel
Save