|
|
@@ -0,0 +1,57 @@
|
|
|
+# D8D Starter 遗留系统增强架构
|
|
|
+
|
|
|
+## Table of Contents
|
|
|
+
|
|
|
+- [D8D Starter 遗留系统增强架构](#table-of-contents)
|
|
|
+ - [版本信息](./version-info.md)
|
|
|
+ - [介绍](./introduction.md)
|
|
|
+ - [文档范围](./introduction.md#文档范围)
|
|
|
+ - [变更日志](./introduction.md#变更日志)
|
|
|
+ - [现有项目分析](./existing-project-analysis.md)
|
|
|
+ - [当前项目状态](./existing-project-analysis.md#当前项目状态)
|
|
|
+ - [可用文档分析](./existing-project-analysis.md#可用文档分析)
|
|
|
+ - [识别出的约束](./existing-project-analysis.md#识别出的约束)
|
|
|
+ - [增强范围和集成策略](./enhancement-scope-integration.md)
|
|
|
+ - [增强概述](./enhancement-scope-integration.md#增强概述)
|
|
|
+ - [集成方法](./enhancement-scope-integration.md#集成方法)
|
|
|
+ - [兼容性要求](./enhancement-scope-integration.md#兼容性要求)
|
|
|
+ - [技术栈](./tech-stack.md)
|
|
|
+ - [现有技术栈维护](./tech-stack.md#现有技术栈维护)
|
|
|
+ - [新技术添加](./tech-stack.md#新技术添加)
|
|
|
+ - [数据模型和Schema变更](./data-model-schema-changes.md)
|
|
|
+ - [现有数据模型状态](./data-model-schema-changes.md#现有数据模型状态)
|
|
|
+ - [Schema集成策略](./data-model-schema-changes.md#schema集成策略)
|
|
|
+ - [向后兼容性](./data-model-schema-changes.md#向后兼容性)
|
|
|
+ - [组件架构](./component-architecture.md)
|
|
|
+ - [现有组件优化](./component-architecture.md#现有组件优化)
|
|
|
+ - [组件交互](./component-architecture.md#组件交互)
|
|
|
+ - [API设计和集成](./api-design-integration.md)
|
|
|
+ - [API集成策略](./api-design-integration.md#api集成策略)
|
|
|
+ - [API端点示例](./api-design-integration.md#api端点示例)
|
|
|
+ - [源码树和文件组织](./source-tree.md)
|
|
|
+ - [现有项目结构](./source-tree.md#现有项目结构)
|
|
|
+ - [新文件组织](./source-tree.md#新文件组织)
|
|
|
+ - [集成指南](./source-tree.md#集成指南)
|
|
|
+ - [基础设施和部署集成](./infrastructure-deployment.md)
|
|
|
+ - [现有基础设施](./infrastructure-deployment.md#现有基础设施)
|
|
|
+ - [增强部署策略](./infrastructure-deployment.md#增强部署策略)
|
|
|
+ - [回滚策略](./infrastructure-deployment.md#回滚策略)
|
|
|
+ - [编码标准和测试策略](./coding-standards.md)
|
|
|
+ - [现有标准合规性](./coding-standards.md#现有标准合规性)
|
|
|
+ - [增强特定标准](./coding-standards.md#增强特定标准)
|
|
|
+ - [关键集成规则](./coding-standards.md#关键集成规则)
|
|
|
+ - [安全集成](./security-integration.md)
|
|
|
+ - [现有安全措施](./security-integration.md#现有安全措施)
|
|
|
+ - [增强安全要求](./security-integration.md#增强安全要求)
|
|
|
+ - [安全测试](./security-integration.md#安全测试)
|
|
|
+ - [检查清单结果报告](./checklist-results.md)
|
|
|
+ - [架构师检查清单执行结果](./checklist-results.md#架构师检查清单执行结果)
|
|
|
+ - [需要立即修复的安全漏洞](./checklist-results.md#需要立即修复的安全漏洞)
|
|
|
+ - [下一步骤](./next-steps.md)
|
|
|
+ - [故事经理交接](./next-steps.md#故事经理交接)
|
|
|
+ - [开发者交接](./next-steps.md#开发者交接)
|
|
|
+ - [关键集成验证点](./next-steps.md#关键集成验证点)
|
|
|
+ - [附录](./appendix.md)
|
|
|
+ - [技术决策依据](./appendix.md#技术决策依据)
|
|
|
+ - [相关文档](./appendix.md#相关文档)
|
|
|
+ - [联系方式](./appendix.md#联系方式)
|