Files
AIclinicalresearch/docs/01-平台基础层/03-通知服务/README.md
HaHafeng 31d555f7bb docs: Update architecture docs with platform infrastructure details
- Add platform infrastructure chapter to frontend-backend architecture design
- Update system architecture document with 6 new infrastructure modules
- Update AI onboarding guide with infrastructure overview
- Link to backend/src/common/README.md for detailed usage guide

Key Updates:
- Storage service (LocalAdapter + OSSAdapter)
- Logging system (Winston + JSON format)
- Cache service (Memory + Redis)
- Async job queue (Memory + Database)
- Health check endpoints
- Monitoring metrics
- Database connection pool
- Environment config management

All modules support zero-code switching between local and cloud environments.

Related: #Platform-Infrastructure
2025-11-17 08:36:10 +08:00

53 lines
559 B
Markdown

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