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.

200 lines
4.6 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: 2025-07-07 14:01 Mon
Updated: 2025-07-14 10:14 Mon
tags:
- 周报
---
[[Haina/Yearly/2025|2025]] / [[Haina/Quarterly/2025-Q3|Q3]] / [[Haina/Monthly/2025-07|July]] / [[Haina/Weekly/2025/2025-W28|Week 28]] | Week 29 | [[Haina/Weekly/2025/2025-W30|Week 30]] / [[Haina/Daily/2025-07-07|07 Mon]] - [[Haina/Daily/2025-07-08|08 Tue]] - [[Haina/Daily/2025-07-09|09 Wed]] - [[Haina/Daily/2025-07-10|10 Thu]] - [[Haina/Daily/2025-07-11|11 Fri]] - [[Haina/Daily/2025-07-12|12 Sat]] - [[Haina/Daily/2025-07-13|13 Sun]] [[Haina/Daily/2025-07-14|14 Mon]] - [[Haina/Daily/2025-07-15|15 Tue]] -
---
*2025-07-15 Tue*
## 上周工作
### 重点工作
####
1.
### 维护工作
1. [ ] TP
#### 随行助手
1. [x] 客服-地接社-导游使用情况: 表格数据更新 ✅ 2025-07-08
1. [x] +上传图片团数; ✅ 2025-07-08
2. [x] 活跃率更新: 填写了“上下站信息(含文字或图片)、精准信息、东道主案例“的任一操作,都计入/接团数 ✅ 2025-07-08
3. [-] 使用率更新: 进去单个团详细页面,点击了除掉”电子反馈表、站外好评“以外的项目的任一操作,都计入/接团数
2. [x] #优化 地接社-导游使用情况: 反馈表图片 → `纸质反馈表图片` ✅ 2025-07-08
3. [x] 导游反馈信息: 输入导游名字查询,得到的都是空白 ✅ 2025-07-09
## 本周计划
1.
> [!info]- 最近
>
> ```tasks
> (not done) OR (done after 2025-07-01)
> path includes Haina
> filter by function task.file.path.includes('项目')
> filter by function task.file.property('Updated') > '2025-06-01'
> group by heading
> ```
---
## Priority
> [!danger] 🔴重要且紧急⏫🔺
>
> ```tasks
> (not done) OR (done after 2025-07-08)
> path includes Haina
> path includes Weekly/2025
> filter by function (task.priorityName === 'High' || task.priorityName === 'Highest')
> sort by path reverse
> sort by done
> sort by heading
> group by heading
> ```
> [!warning] 🟠不重要紧急🔼
>
> ```tasks
> (not done) OR (done after 2025-07-08)
> path includes Haina
> path includes Weekly/2025
> (filter by function task.priorityName === 'Medium')
> sort by path reverse
> sort by done
> sort by heading
> group by heading
> ```
> [!important] 🟡重要不紧急🔽
>
> ```tasks
> (not done) OR (done after 2025-07-08)
> path includes Haina
> path includes Weekly/2025
> (filter by function task.priorityName === 'Normal')
> sort by path reverse
> sort by done
> sort by heading
> group by heading
> ```
> [!info] 🟢不重要不紧急🔽⏬
>
> ```tasks
> (not done) OR (done after 2025-07-08)
> path includes Haina
> path includes Weekly/2025
> filter by function (task.priorityName === 'Lowest' || task.priorityName === 'Low' || task.priorityName === 'None')
> sort by path reverse
> sort by done
> sort by heading
> ```
> [!info]- 转移
>
> ```tasks
> (not done) OR (done after 2025-04-29)
> path includes Haina
> path includes Weekly/2025
> filter by function (task.status.name === 'quote')
> group by heading
> ```
---
## Done
> [!check] Latest 2 weeks
>
> ```tasks
> done after 2025-07-01
> path includes Haina
> sort by path reverse
> sort by heading
> group by heading
> ```
> [!todo] Not done
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2025
> (path includes W27) OR (path includes W28 )
> (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
> ```
> [!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
> ```