Skip to content

乐橙智康文档矩阵

状态定义:

  • 可交付:内容、截图、验证方式和关键来源已完成。
  • 维护中:内容可用于交接,但会随源码、截图、API、数据库或部署事实继续同步。
  • 内部:包含工程交接细节,需要访问控制。
  • 公开:可以脱敏后放在公开文档中心。
板块文档路径状态建议可见性主要来源
开始文档中心首页/可交付公开文档站结构、产品与工程索引
开始文档生产规范/WRITING_GUIDE维护中内部文档生产规则
开始来源映射/SOURCE_MAP可交付内部代码映射、生产只读事实
产品总览产品与能力总览/product/可交付公开官网、README、架构总览
产品总览当前覆盖范围与参考层边界/product/status可交付内部文档矩阵、站点现状、运行事实
App 页面页面总览与截图索引/app-pages/可交付内部Flutter screens、截图
App 页面主流程与跳转关系/app-pages/main-flow可交付内部Flutter MaterialApp/routes/onGenerateRoute/Navigator
App 页面核心页面详解/app-pages/core-pages可交付内部Flutter screens、截图
App 页面页面状态与交互规范/app-pages/interaction-states可交付内部Flutter BLoC、screens
App 页面视觉风格与组件规范/app-pages/visual-style可交付内部home.html、Flutter theme、截图
系统架构架构总览/architecture/可交付内部.docs/architecture/fitdoc-system-architecture-overview.md
系统架构边界与主链/architecture/boundaries可交付内部main/bootstrap/runtime/use_cases、Flutter main/BLoC
系统架构测试护栏与演进落点/architecture/test-and-evolution可交付内部backend tests、Flutter tests、架构总览
前端工程前端总览/frontend/可交付内部apps/flutter_app/
前端工程Flutter 架构/frontend/app-architecture可交付内部lib 目录
前端工程路由与页面实现/frontend/route-map可交付内部MaterialApp/routes/onGenerateRoute/Navigator
前端工程BLoC 状态管理/frontend/state-management可交付内部lib/bloc/
前端工程API Client 与数据流/frontend/api-client-data-flow可交付内部lib/api/lib/bloc/
前端工程测试与替换点/frontend/tests-replacement-points可交付内部Flutter tests、架构总览
后端后端总览/backend/可交付内部apps/backend_service/
后端服务架构/backend/architecture可交付内部FastAPI app、架构总览
后端入口与运行时装配/backend/runtime-boundary可交付内部app/main.pyapp/bootstrap.pyapp/runtime.py
后端Use Case 边界/backend/use-cases可交付内部app/use_cases/
后端模块边界/backend/modules可交付内部routers/services/repos
后端核心链路/backend/core-flows可交付内部auth/chat/sport 等
数据库数据库总览/database/可交付内部生产 RDS catalog、ORM、Alembic、运维手册
数据库核心业务表/database/core-business-tables可交付内部生产 RDS catalog、ORM、repositories、use cases
数据库知识库与 RAG 表/database/knowledge-rag-tables可交付内部RAG topology、knowledge files、production catalog
数据库ER 模型与表关系/database/er-model可交付内部生产 RDS constraints/indexes、SQLAlchemy/Alembic
数据库核心数据流/database/data-flow可交付内部API、use cases、services、repositories
AI/RAGAI 链路总览/ai-rag/可交付内部runtime gateway、RAG package、LLM clients、生产运行开关
AI/RAGRAG 专项边界/ai-rag/rag-boundary可交付内部runtime/bootstrap/gateway、Chat/Prescription use case、RAG topology tests
AI/RAGLLM 调用链路/ai-rag/llm-chain可交付内部llm_config、llm_manager、OpenAI-compatible client、Spark client
AI/RAGRAG 检索链路/ai-rag/rag-engine可交付内部RAG package、knowledge_chunks、reranker、hybrid contract tests
AI/RAGPrompt 契约/ai-rag/prompt-contract可交付内部response_generation、prescription_generation、Chat/Prescription use case
AI/RAG安全过滤/ai-rag/safety-filter可交付内部safety_filter、safety_engine、safety_rules、Chat use case tests
APIAPI 总览/api/可交付内部routers/schemas/tests、Flutter clients、DB touchpoints
API认证 API/api/auth可交付内部auth router、AuthService、Flutter auth client
API用户 API/api/user可交付内部user router、UserService、avatar storage
API聊天 API/api/chat可交付内部chat router、SendChatMessageUseCase、DialogueRepository
API处方 API/api/prescription可交付内部prescription router/use cases、PrescriptionService
API评估 API/api/assessment可交付内部assessment router/use cases、assessment schemas
API安全 API/api/safety可交付内部safety router/core、risk assessment
API陪伴 API/api/companion可交付内部companion router/use case、CompanionService
API运动 API/api/sport可交付内部sport router、SportService、Flutter sport/history clients
API错误码与鉴权/api/errors可交付内部auth dependency、routers、Flutter error handling
部署运行部署与运行总览/operations/可交付内部运维手册、ECS 只读运行事实、架构总览
部署运行部署拓扑/operations/deployment可交付内部ECS/Nginx/systemd、端口与路由核验
部署运行本地运行/operations/local-run可交付内部AGENTS、项目命令、package/config
部署运行线上部署流程/operations/production-deploy可交付内部运维手册、部署事实、构建命令
部署运行环境变量说明/operations/env-vars可交付内部.env.example、Settings、生产非敏感 key 列表
部署运行安装包打包流程/operations/app-package-build可交付内部Flutter project、Gradle、AGENTS
部署运行常见问题与排查/operations/faq-troubleshooting可交付内部运维手册、ECS 只读运行事实、脚本入口