64 lines
1.4 KiB
Markdown
64 lines
1.4 KiB
Markdown
|
|
# T104 — cmd-init-mongo-indexes
|
|||
|
|
|
|||
|
|
> Status: `done`
|
|||
|
|
> Milestone: `M0`
|
|||
|
|
> Kind: `feat`
|
|||
|
|
> Est. change: `~150 lines` (target 100–200)
|
|||
|
|
|
|||
|
|
## Goal
|
|||
|
|
|
|||
|
|
完成後系統應:獨立 cmd/init:建 index;不插業務種子;gateway 可不跑 init 也能起
|
|||
|
|
|
|||
|
|
## Depends on
|
|||
|
|
|
|||
|
|
- T100
|
|||
|
|
- T102
|
|||
|
|
|
|||
|
|
## Inputs
|
|||
|
|
|
|||
|
|
- 讀取 / 依賴:
|
|||
|
|
- spec A-04 A-06
|
|||
|
|
- Spec:`docs/product/haixun-backend/spec.md`(§9:A-04 A-06)
|
|||
|
|
- 對照:`docs/product/haixun-backend/fe-spec-alignment.md`(**UI MUST**)
|
|||
|
|
- 後端根:**`apps/backend`**
|
|||
|
|
- **Remove(本 task 禁止實作):** 舊靈感 list/viral/bookmark/spark/searchTrends;generateFromFormula;ScoutTopic CRUD;live 以 simulate/createMock 當完成;Insights 真管線(P2)。
|
|||
|
|
|
|||
|
|
## Outputs
|
|||
|
|
|
|||
|
|
### 程式變更(預期路徑)
|
|||
|
|
|
|||
|
|
| 路徑 | 動作 | 說明 |
|
|||
|
|
|------|------|------|
|
|||
|
|
| `apps/backend/cmd/init/**` | add | mongo index/ping;idempotent |
|
|||
|
|
|
|||
|
|
### 行為變更
|
|||
|
|
|
|||
|
|
- 只跑 init → index 在;無強制種子會員
|
|||
|
|
|
|||
|
|
### API / 契約(若有)
|
|||
|
|
|
|||
|
|
- —
|
|||
|
|
|
|||
|
|
### 測試交付(強制)
|
|||
|
|
|
|||
|
|
- 文件:如何跑 init
|
|||
|
|
|
|||
|
|
## Out of scope
|
|||
|
|
|
|||
|
|
- seeder(T105)
|
|||
|
|
|
|||
|
|
## Acceptance
|
|||
|
|
|
|||
|
|
- [ ] Spec/UI MUST 覆蓋:`A-04 A-06`
|
|||
|
|
- [ ] 每個相關 §9 ID 有可 grep 的 case 名(`TestXX_01_…` 或完整覆蓋在里程碑 test task)
|
|||
|
|
- [ ] 未實作不回 102000+空 data
|
|||
|
|
- [ ] 指令:
|
|||
|
|
|
|||
|
|
```bash
|
|||
|
|
cd apps/backend && go run ./cmd/init/...
|
|||
|
|
```
|
|||
|
|
|
|||
|
|
## Notes
|
|||
|
|
|
|||
|
|
與 seeder 分離。
|