Files
vtuber/docs/TASKS.md

38 lines
1021 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# VTuber 任務拆解7 天)
## Day 1
- 建立 monorepo 架構
- 建立 Prisma schema 與 seed
## Day 2
- 建立前台商品列表、商品頁、購物車、結帳頁mock
## Day 3
- 建立直播 demo 頁:左主播、右留言、下方主推商品
## Day 4
- 建立後台商品、訂單、庫存管理
## Day 5
- 建立 AI 主播問答 APIPOST `/api/ai/product-chat`
## Day 6
- 虛擬主播影片 / 真人場景 placeholder 與直播 UI 優化
### 直播作業角色模組(已加入)
- 後台新增「直播作業台」:建立直播人員、角色指派、主播腳本、核對清單。
- API 新增作業 API
- 團隊成員 CRUD
- 直播作業(分工/腳本/清單)管理
- 直播狀態更新
### 交付可操作閉環
- 直播前:建立角色分工與作業流程。
- 直播中:在 `/live/demo` 留言 + AI 互動 + 加入購物車 / 立即購買。
- 直播後:後台觀測訂單、庫存扣減、作業完成度。
## Day 7
- 部署 demolocal->staging->公開)