thread-master/docs/product/haixun-console/tasks/T018-notifications.md

48 lines
827 B
Markdown
Raw Normal View History

2026-07-09 03:45:28 +00:00
# T018 — Notification center + bell menu
2026-07-10 05:10:31 +00:00
> Status: `done`
> Completed: 2026-07-09
2026-07-09 03:45:28 +00:00
> Milestone: `M8`
> Est. change: `~160 lines`
## Goal
頂欄鈴鐺:未讀數、下拉列表、點擊已讀並導向 refjob/outbox
## Depends on
- T017至少 job 完成會產通知outbox 完成也可產)
## Inputs
- Spec §4.6
## Outputs
### 程式變更
| 路徑 | 動作 | 說明 |
|------|------|------|
| `apps/web/src/components/layout/BellMenu.tsx` | add | |
| Topbar | edit | 接入 |
| mock notification helpers | edit | create on job/outbox complete |
### 行為變更
- 未讀 badge
- 點擊 navigate + mark read
## Out of scope
- email/push
## Acceptance
- [ ] job 或 outbox 完成後未讀 +1
- [ ] 點擊可跳轉
- [ ] `npm run build` 通過
```bash
cd apps/web && npm run build
```