Files
AIclinicalresearch/docs/03-业务模块/ADMIN-运营管理端/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

103 lines
2.4 KiB
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.
# ADMIN - 运营管理端
> **模块代号:** ADMIN (Administration)
> **开发状态:** ⏳ 规划中
> **商业价值:** ⭐⭐⭐⭐⭐ SaaS运营基础
> **独立性:** ⭐⭐⭐⭐⭐
> **优先级:** P1
---
## 📋 模块概述
运营管理端横跨所有层次是SaaS商业模式的技术基础。
**核心价值:** 实现多版本管理、成本控制、功能开关
---
## 🎯 核心功能15个模块
### P0必须阶段一
1. **用户管理** - 用户列表、详情、激活/禁用
2. **Feature Flag管理** ⭐ - 版本功能控制(专业版/高级版/旗舰版)
3. **LLM模型管理** ⭐ - 模型配置、成本配置、版本绑定
4. **系统配置管理** - 全局配置、动态配置
### P1重要阶段二
5. **智能体提示词管理** - Prompt模板管理
6. **监控与日志** - 操作日志、错误监控
7. **数据统计与报表** - 用户统计、使用统计
8. **成本分析与计费** - LLM成本统计、计费管理
### P2有用阶段三
9. **租户管理** - 私有化部署的租户管理
10. **公告与通知管理**
11. **帮助文档管理**
12. **反馈与工单管理**
13. **系统健康检查**
14. **数据库备份与恢复**
15. **运营数据分析**
---
## 📂 文档结构
```
ADMIN-运营管理端/
├── [AI对接] ADMIN快速上下文.md # ⏳ 待创建
├── 00-项目概述/
│ ├── 01-产品需求文档(PRD).md # ⏳ 待创建
│ ├── 02-功能清单15个模块.md # ⏳ 待创建
│ └── 03-权限体系设计.md # ⏳ 待创建
├── 01-设计文档/
│ ├── 01-技术架构设计.md # ⏳ 待创建
│ ├── 02-数据库设计.md # ⏳ 待创建
│ └── 05-权限体系实现.md # ⏳ 待创建
└── README.md # ✅ 当前文档
```
---
## 🏗️ 技术选型
- **前端:** React + Ant Design Pro
- **后端:** Node.js + Fastify
- **数据库:** PostgreSQL (admin_schema)
---
## 🚀 实施阶段
- **阶段一1-2个月** P0功能
- **阶段二1-2个月** P1功能
- **阶段三1-2个月** P2功能
---
## 🌐 部署方式
- **独立域名:** `https://admin.yizhengxun.com`
- **独立前端应用**
- **独立后端API**
---
**最后更新:** 2025-11-06
**维护人:** 技术架构师