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
This commit is contained in:
@@ -99,3 +99,4 @@ ADMIN-运营管理端/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -502,3 +502,4 @@ async function getOverviewReport() {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -525,3 +525,4 @@ id String @id @default(uuid())
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -68,3 +68,4 @@ AIA-AI智能问答/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -80,3 +80,4 @@ ASL-AI智能文献/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -319,3 +319,4 @@ A: 降级策略:Nougat → PyMuPDF → 提示用户手动处理
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -414,3 +414,4 @@ A:✅ T1.1.1 - 在 `backend/prisma/schema.prisma` 中定义4个模型
|
||||
|
||||
**🎉 祝开发顺利!从 T1.1.1 开始吧!**
|
||||
|
||||
|
||||
|
||||
@@ -96,3 +96,4 @@ DC-数据清洗整理/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -594,3 +594,4 @@ sequenceDiagram
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -60,3 +60,4 @@ PKB-个人知识库/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -117,3 +117,4 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -93,3 +93,4 @@ RVW-稿件审查系统/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -82,3 +82,4 @@ SSA-智能统计分析/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -80,3 +80,4 @@ ST-统计分析工具/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -171,3 +171,4 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user