CounterDroneBackend/docs/design/index.md

27 lines
745 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# docs/design — 设计方案
本目录存放架构设计和技术方案文档。
## 目录结构
```
design/
├── architecture/ # 架构设计 & 架构决策记录ADR
└── technical/ # 技术方案 / 详细设计
```
## architecture/ — 架构设计
- **总体架构文档**:系统架构图、模块划分、技术选型、核心交互流程
- **ADRArchitecture Decision Record**:记录重大架构决策及其背景
## technical/ — 技术方案
- 各模块的详细技术设计
- 接口设计、数据模型设计
- 关键技术难点的攻关方案
---
> **提示**:架构图和流程图推荐使用 MermaidMarkdown 原生支持)或 PlantUML方便版本控制和 AI 工具解析。