docs: split 需求与边界 into 系统需求、用户故事、关键决策 sections
Deploy Slides / build-and-deploy (push) Successful in 4m17s
Deploy Slides / build-and-deploy (push) Successful in 4m17s
This commit is contained in:
+54
-16
@@ -29,19 +29,39 @@ layout: default
|
||||
|
||||
# 目录
|
||||
|
||||
<div class="grid grid-cols-4 gap-8 mt-8">
|
||||
<div class="grid grid-cols-3 gap-8 mt-8">
|
||||
<div>
|
||||
|
||||
### 一、需求与边界
|
||||
### 一、系统需求
|
||||
|
||||
- 系统边界
|
||||
- 用户故事
|
||||
- 关键决策
|
||||
- 做什么 vs 不做什么
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
### 二、关键功能
|
||||
### 二、用户故事
|
||||
|
||||
- 资源查看
|
||||
- 业务交付
|
||||
- 基础服务交付
|
||||
- 数据库审核
|
||||
- 业务线切换
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
### 三、关键决策
|
||||
|
||||
- 入口聚合
|
||||
- 业务线隔离
|
||||
- Ansible 编排
|
||||
- 对接夜莺
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
### 四、关键功能
|
||||
|
||||
- 资源纳管
|
||||
- 服务交付
|
||||
@@ -50,17 +70,17 @@ layout: default
|
||||
</div>
|
||||
<div>
|
||||
|
||||
### 三、架构图
|
||||
### 五、架构图
|
||||
|
||||
- 平台分层架构
|
||||
- 平台分层
|
||||
- 部署架构
|
||||
- 监控告警链路
|
||||
- 安全认证流程
|
||||
- 监控告警
|
||||
- 安全认证
|
||||
|
||||
</div>
|
||||
<div>
|
||||
|
||||
### 四、对接子系统
|
||||
### 六、对接子系统
|
||||
|
||||
- Wayne · CloudDM
|
||||
- CacheCloud · Apollo
|
||||
@@ -71,13 +91,13 @@ layout: default
|
||||
</div>
|
||||
|
||||
---
|
||||
section: 需求与边界
|
||||
section: 系统需求
|
||||
layout: center
|
||||
---
|
||||
|
||||
# 一、需求与边界
|
||||
# 一、系统需求
|
||||
|
||||
<div class="text-gray-400 mt-2">系统边界 · 用户故事 · 关键决策 · 关键功能</div>
|
||||
<div class="text-gray-400 mt-2">系统边界 · 做什么 vs 不做什么</div>
|
||||
|
||||
---
|
||||
|
||||
@@ -170,6 +190,15 @@ graph TB
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
section: 用户故事
|
||||
layout: center
|
||||
---
|
||||
|
||||
# 二、用户故事
|
||||
|
||||
<div class="text-gray-400 mt-2">资源查看 · 业务交付 · 基础服务交付 · 数据库审核 · 业务线切换</div>
|
||||
|
||||
---
|
||||
|
||||
# 用户故事 — 资源查看
|
||||
@@ -363,6 +392,15 @@ sequenceDiagram
|
||||
</div>
|
||||
</div>
|
||||
|
||||
---
|
||||
section: 关键决策
|
||||
layout: center
|
||||
---
|
||||
|
||||
# 三、关键决策
|
||||
|
||||
<div class="text-gray-400 mt-2">入口聚合 · 业务线隔离 · Ansible 编排 · 对接夜莺</div>
|
||||
|
||||
---
|
||||
|
||||
# 关键决策 — 入口聚合而非替代
|
||||
@@ -700,7 +738,7 @@ section: 关键功能
|
||||
layout: center
|
||||
---
|
||||
|
||||
# 二、关键功能
|
||||
# 四、关键功能
|
||||
|
||||
<div class="text-gray-400 mt-2">资源纳管 · 服务交付 · 子系统功能</div>
|
||||
|
||||
@@ -710,7 +748,7 @@ section: 架构图
|
||||
layout: center
|
||||
---
|
||||
|
||||
# 三、架构图
|
||||
# 五、架构图
|
||||
|
||||
<div class="text-gray-400 mt-2">平台分层 · 部署 · 监控 · 安全</div>
|
||||
|
||||
@@ -1028,7 +1066,7 @@ section: 对接子系统
|
||||
layout: center
|
||||
---
|
||||
|
||||
# 四、对接子系统
|
||||
# 六、对接子系统
|
||||
|
||||
<div class="text-gray-400 mt-2">Wayne · CloudDM · CacheCloud · Apollo · qpass · Grafana · Superset</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user