dev-manager-tauri/.blueprint/modules/workspace-mgmt.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

793 B
Raw Blame History

id name status progress
workspace-mgmt 空间管理 done 100

概述

多空间Workspace管理每个空间可独立挂载项目、配置编辑器和终端。用户可在空间间切换实现不同开发场景的隔离。

任务卡

空间 CRUD

  • status: done
  • files: src/components/spaces/SpacesPage.tsx, src-tauri/src/commands/spaces.rs

创建、编辑、删除空间,切换当前活跃空间。

空间级设置

  • status: done
  • files: src/components/settings/SettingsPage.tsx, src-tauri/src/commands/settings.rs

每个空间可配置独立的编辑器路径、终端、WSL 发行版等。

部署命令管理

  • status: done
  • files: src-tauri/src/commands/spaces.rs

每个空间可保存常用部署命令deploy commands