docs: complete documentation system (250+ files)

- System architecture and design documentation
- Business module docs (ASL/AIA/PKB/RVW/DC/SSA/ST)
- ASL module complete design (quality assurance, tech selection)
- Platform layer and common capabilities docs
- Development standards and API specifications
- Deployment and operations guides
- Project management and milestone tracking
- Architecture implementation reports
- Documentation templates and guides
This commit is contained in:
2025-11-16 15:43:55 +08:00
parent 0fe6821a89
commit e52020409c
173 changed files with 46227 additions and 11964 deletions

View File

@@ -0,0 +1,51 @@
# 通知服务
> **模块定位:** 平台基础层
> **优先级:** P2
> **状态:** ⏳ 待设计
---
## 📋 模块概述
通知服务负责平台的消息通知,支持:
- 站内消息
- 邮件通知
- WebSocket实时推送
---
## 🎯 核心功能
### 1. 站内消息
- 消息列表
- 已读/未读状态
- 消息删除
### 2. 邮件通知
- SMTP邮件发送
- 邮件模板
### 3. WebSocket实时推送
- 实时消息推送
- 进度更新推送
---
**最后更新:** 2025-11-06
**维护人:** 技术架构师