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.

142 lines
2.9 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-07-03 Wed
Updated: 2024-07-04 17:13 Thu
tags:
- 周报
---
[[Haina/Yearly/2024|2024]] / [[Haina/Quarterly/2024-Q3|Q3]] / [[Haina/Monthly/2024-07|July]] / [[Haina/Weekly/2024/2024-W27|Week 27]] | Week 28 | [[Haina/Weekly/2024/2024-W29|Week 29]] / [[Haina/Daily/2024-07-01|01 Mon]] - [[Haina/Daily/2024-07-02|02 Tue]] - [[Haina/Daily/2024-07-03|03 Wed]] - [[Haina/Daily/2024-07-04|04 Thu]] - [[Haina/Daily/2024-07-05|05 Fri]] - [[Haina/Daily/2024-07-06|06 Sat]] - [[Haina/Daily/2024-07-07|07 Sun]] [[Haina/Daily/2024-07-08|08 Mon]] - [[Haina/Daily/2024-07-09|09 Tue]] -
---
*2024-07-09 Tue*
## 上周工作
### 重点工作
#### WebHT 基础信息价格管理
1. [ ] 年份,
2. [x] 绑定产品的显示 ✅ 2024-07-09
3. [x] 绑定的搜索, 接口和表格 ✅ 2024-07-09
4. [x] 地接的审核结果页面 ✅ 2024-07-10
5. [x] 跳转代理录入 ✅ 2024-07-10
6. [ ] 权限整理
1. 代理录入
2. 审核页面
3. 绑定, 录入
### 维护工作
#### 支付中心
1. [x] #新增 PayPal API退款 ✅ 2024-07-04
2. #优化 PayPal退款结果处理没有外联
#### HT 统计
1. 销售-老客户数据导出
## 本周计划
1.
---
> [!todo] Not done
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> (path includes W26) OR (path includes W27 )
> (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
> ```
> [!check] Latest month
>
> ```tasks
> done in last month
> path includes Haina
> 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
> ```