b5a62ee9a3
- domain: User, Workspace, Project, AssetLibrary, Asset, IngestJob - ports: repository interfaces - application: use cases - adapters: in-memory - API: FastAPI 5 routes - worker: Celery ingest_asset - tests: 4 passing
67 lines
1.6 KiB
Markdown
67 lines
1.6 KiB
Markdown
# SaaS 重建总索引
|
|
|
|
本文档是新 SaaS 项目的总入口。以后所有重建相关文档都从这里进入,避免分散。
|
|
|
|
---
|
|
|
|
## 1. 总目标
|
|
|
|
- 旧桌面版不再作为未来主线
|
|
- 新 SaaS 项目重新开始
|
|
- 先定边界、规矩、工具,再进入开发
|
|
- 所有新项目工作必须新旧隔离
|
|
|
|
---
|
|
|
|
## 2. 核心总文档
|
|
|
|
### 启动与总纲
|
|
|
|
- [SaaS 重建启动方案](saas-rebuild-kickoff-plan.md)
|
|
- [SaaS 重建盘点总表](saas-rebuild-inventory.md)
|
|
|
|
### 工具与基础设施
|
|
|
|
- [AI 团队工具清单](ai-team-tooling-checklist.md)
|
|
- [基础设施保留 / 废弃 / 重建清单](infrastructure-keep-rebuild-matrix.md)
|
|
|
|
### 业务与技术
|
|
|
|
- [SaaS 核心对象清单](saas-core-objects.md)
|
|
- [SaaS 核心流程清单](saas-core-flows.md)
|
|
- [SaaS 技术栈选型表](saas-tech-stack-options.md)
|
|
|
|
### 启动范围与工程制度
|
|
|
|
- [SaaS 一期 MVP 范围清单](saas-mvp-scope.md)
|
|
- [SaaS 项目目录结构规范](saas-project-structure-spec.md)
|
|
- [SaaS 开发协作流程与制度](saas-development-workflow.md)
|
|
|
|
---
|
|
|
|
## 3. 阅读顺序
|
|
|
|
建议按这个顺序看:
|
|
|
|
1. `saas-rebuild-kickoff-plan.md`
|
|
2. `saas-rebuild-inventory.md`
|
|
3. `ai-team-tooling-checklist.md`
|
|
4. `infrastructure-keep-rebuild-matrix.md`
|
|
5. `saas-core-objects.md`
|
|
6. `saas-core-flows.md`
|
|
7. `saas-tech-stack-options.md`
|
|
8. `saas-mvp-scope.md`
|
|
9. `saas-project-structure-spec.md`
|
|
10. `saas-development-workflow.md`
|
|
|
|
---
|
|
|
|
## 4. 当前结论
|
|
|
|
现在已经具备启动 SaaS 重建前最重要的文档骨架。下一步应该进入:
|
|
|
|
- 新项目落点确认
|
|
- 仓库/目录方案确认
|
|
- 第一版工程骨架设计
|
|
- 之后才进入真正开发
|