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.

202 lines
4.4 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: 2023-09-15 17:08 Fri
Updated: 2025-07-25 10:25 Fri
tags:
- 周报
---
[[Haina/Yearly/2025|2025]] / [[Haina/Quarterly/2025-Q3|Q3]] / [[Haina/Monthly/2025-07|July]] - [[Haina/Yearly/2025|2025]] / [[Haina/Quarterly/2025-Q3|Q3]] / [[Haina/Monthly/2025-08|August]] / [[Haina/Weekly/2025/2025-W30|Week 30]] | Week 31 | [[Haina/Weekly/2025/2025-W32|Week 32]] / [[Haina/Daily/2025-07-21|21 Mon]] - [[Haina/Daily/2025-07-22|22 Tue]] - [[Haina/Daily/2025-07-23|23 Wed]] - [[Haina/Daily/2025-07-24|24 Thu]] - [[Haina/Daily/2025-07-25|25 Fri]] - [[Haina/Daily/2025-07-26|26 Sat]] - [[Haina/Daily/2025-07-27|27 Sun]] [[Haina/Daily/2025-07-28|28 Mon]] - [[Haina/Daily/2025-07-29|29 Tue]] -
---
*2025-07-29 Tue*
## 上周工作
### 项目工作
####
1.
### 维护工作
1. [-] 统计销售平台使用 🔼 2025-07-24 ❌ 2025-07-25
1. 查询邮件接口则为有效活跃
2. [-] #修复 随行助手: 上传图片团数>上传图片总数 2025-07-25 ❌ 2025-07-25
#### 销售平台
1. [ ] 编辑器: 2025-07-23
1. 表格样式保留
2. 行间距
3. 换编辑器
## 本周计划
1.
> [!info]- 最近
>
> ```tasks
> (not done) OR (done after 2025-07-15)
> path includes Haina
> filter by function task.file.path.includes('项目')
> filter by function task.file.property('Created') > '2025-06-01'
> sort by function reverse task.urgency
> group by filename
> group by heading
> ```
---
## Priority
> [!danger] 🔴重要且紧急⏫🔺
>
> ```tasks
> (not done) OR (done after 2025-07-22)
> 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-22)
> 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-22)
> 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-22)
> 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
> ```
---
> [!check] Latest 2 weeks
>
> ```tasks
> done after 2025-07-15
> 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 W29) OR (path includes W30 )
> (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
> ```