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.
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-08-14 Wed
Updated: 2024-08-15 14:06 Thu
tags:
- 周报
---
[[Haina/Yearly/2024|2024]] / [[Haina/Quarterly/2024-Q3|Q3]] / [[Haina/Monthly/2024-08|August]] / ❮ [[Haina/Weekly/2024/2024-W33|Week 33]] | Week 34 | [[Haina/Weekly/2024/2024-W35|Week 35]] ❯ / [[Haina/Daily/2024-08-12|12 Mon]] - [[Haina/Daily/2024-08-13|13 Tue]] - [[Haina/Daily/2024-08-14|14 Wed]] - [[Haina/Daily/2024-08-15|15 Thu]] - [[Haina/Daily/2024-08-16|16 Fri]] - [[Haina/Daily/2024-08-17|17 Sat]] - [[Haina/Daily/2024-08-18|18 Sun]] ❯ [[Haina/Daily/2024-08-19|19 Mon]] - [[Haina/Daily/2024-08-20|20 Tue]] -
---
*2024-08-20 Tue*
## 上周工作
### 重点工作
#### Hotel Hub - 喜玩
1. 存储酒店基本信息
2. [x] 同步酒店ID ✅ 2024-08-15
#### WebHT
1. 客服审核: 发布/拒绝
### 维护工作
#### 支付中心
1. [ ] PayPal本地支付没有结果
## 本周计划
1.
---
> [!todo] Not done
>
> ```tasks
> not done
> path includes Haina
> path includes Weekly/2024
> (path includes W32) OR (path includes W33 )
> (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
> ```