thread-master/docs/product/haixun-console/tasks/T010-studio-list.md

47 lines
780 B
Markdown
Raw Normal View History

2026-07-09 03:45:28 +00:00
# T010 — Studio list page
2026-07-10 05:10:31 +00:00
> Status: `done`
> Completed: 2026-07-09
2026-07-09 03:45:28 +00:00
> Milestone: `M5`
> Est. change: `~120 lines`
## Goal
`/app/studio` 列出 ThreadPlay可進「開新串」與編輯既有。
## Depends on
- T009
## Inputs
- Spec §4.3、路由 `/app/studio`, `/app/studio/new`, `/app/studio/:id`
## Outputs
### 程式變更
| 路徑 | 動作 | 說明 |
|------|------|------|
| `apps/web/src/pages/StudioPage.tsx` | edit | 列表 + CTA |
| Link 到 wizard | — | |
### 行為變更
- 空狀態引導開新串
- 顯示 title/status
## Out of scope
- wizard 內容T011+
## Acceptance
- [ ] 列表渲染 mock plays可為空
- [ ] 「開新串」進 `/app/studio/new`
- [ ] `npm run build` 通過
```bash
cd apps/web && npm run build
```