dev-manager-tauri/.blueprint/modules/project-dashboard.md
lanrtop 0cdaa3678c feat: add Blueprint feature to ProjectCard and commands
- Introduced BlueprintModal in ProjectCard for project blueprint visualization.
- Added state management for displaying the BlueprintModal.
- Implemented Blueprint-related interfaces and functions in commands.ts for handling blueprint data.
2026-04-02 19:12:53 +09:00

36 lines
887 B
Markdown

---
id: project-dashboard
name: 项目看板
status: done
progress: 100
---
## 概述
当前空间的项目看板视图,展示项目卡片列表,支持分组、搜索、快捷操作(打开编辑器/终端、Git 操作、CI/CD 等)。
## 任务卡
### ✅ 项目卡片列表
- status: done
- files: src/components/dashboard/Dashboard.tsx, src/components/dashboard/ProjectCard.tsx
卡片展示项目名称、状态、标签,支持搜索过滤。
### ✅ 分组画布
- status: done
- files: src/components/dashboard/GroupResourceCanvas.tsx
自定义分组,拖拽管理项目归属。
### ✅ 项目快捷操作
- status: done
- files: src/components/dashboard/ProjectCard.tsx
从卡片直接打开编辑器、终端、Git 操作面板。
### ✅ 项目发现面板
- status: done
- files: src/components/dashboard/DiscoveryPanel.tsx
发现未关联的本地项目。