visionA/docs/autoflow/02-prd/features/feature-dashboard.md
jim800121chen fb7da5d180 chore(autoflow): migrate .autoflow/ 共享層文件至 docs/autoflow/
依 autoflow-agent workspace v2 設計把 PRD / 設計 / 架構 / 交付類
共享文件從個人層 .autoflow/(ignored)搬到 docs/autoflow/(進 git),
讓團隊可共享產品與架構文件,個人層只留 progress / review / testing 等
per-branch 筆記。

- 02-prd/        21 個檔(PRD、features、market-analysis 等)
- 03-design/     18 個檔(design-spec、wireframes、flows 等)
- 04-architecture/ 31 個檔(TDD、design-doc、ADR×14、API 規格等)
- 07-delivery/   3 個檔(project-summary、phase-0.6-handover、stage-deployment-setup)

合計 73 檔。原檔已從 .autoflow/ 移除(migration 工具執行 git mv,
但因 .autoflow/ 在 .gitignore 中、git 將此操作視為新增、無 rename history)。
2026-05-04 16:55:55 +08:00

62 lines
1.5 KiB
Markdown
Raw 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.

# Feature儀表板P1
> 父文件:[PRD.md](../PRD.md) | 對應 User StoriesUS-14
>
> **Phase 0 基本版**:對應 local-tool 的首頁 `/`,顯示裝置列表 + 簡易統計。
> **Phase 1 完整版**:加上活動時間軸、詳細統計卡片。
---
## 概述
`/` 根目錄頁面,使用者登入後看到的第一個畫面。
對比 local-toollocal-tool 首頁顯示本機裝置、本機活動。visionA Cloud 顯示雲端配對的裝置、跨時段的活動紀錄。
---
## 使用者行為
### Phase 0 最小版
- Header 問候語「Hi {user_name}」
- 「快速開始」卡片:
- 「配對新裝置」→ `/devices`
- 「開始推論」→ `/workspace`
- 「瀏覽模型」→ `/models`
- 裝置狀態摘要:「你有 X 台裝置,其中 Y 台在線」
- 空狀態0 裝置):顯示引導文案 + 配對 CTA
### Phase 1 完整版(沿用 local-tool
- 活動時間軸:近 N 小時的推論紀錄、裝置事件
- 統計卡片:
- 今日推論次數
- 活躍裝置數
- 上傳的模型數
- 裝置列表(縮略版)
- 最近使用的模型
---
## 驗收條件Phase 0
- [ ] 登入後自動跳轉到 `/`
- [ ] 顯示問候語 + 快速開始卡片
- [ ] 裝置狀態摘要數字正確
- [ ] 空狀態引導文案顯示正確(新用戶首次登入)
---
## Phase 0 的 TODO
- **TODO**:活動時間軸(需 DBPhase 1
- **TODO**:詳細統計卡片(需 DB 埋點Phase 1
- **TODO**自訂儀表板佈局Phase 2
---
## 連結
- 回:[PRD 索引](../PRD.md)