dev-manager-tauri/.blueprint/modules/repo-registry.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

705 B

id name status progress
repo-registry Git 仓库注册 done 100

概述

统一管理 Git 仓库信息,支持从 GitHub 批量导入仓库,挂载到项目。

任务卡

仓库导入

  • status: done
  • files: src/components/dashboard/ImportRepoModal.tsx, src-tauri/src/commands/git_repos.rs

从 GitHub 拉取用户仓库列表,批量导入到本地注册表。

仓库挂载

  • status: done
  • files: src/components/dashboard/MountRepoModal.tsx, src-tauri/src/commands/git_repos.rs

将已注册的仓库关联到项目。

仓库注册表管理

  • status: done
  • files: src/components/dashboard/RepoRegistryModal.tsx

查看、搜索、删除已注册仓库。