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:
1
docs/_templates/API设计-模板.md
vendored
1
docs/_templates/API设计-模板.md
vendored
@@ -473,3 +473,4 @@ curl -X POST "http://localhost:3001/api/v1/xxx/resources" \
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
1
docs/_templates/README.md
vendored
1
docs/_templates/README.md
vendored
@@ -77,3 +77,4 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
1
docs/_templates/[AI对接] 快速上下文-模板.md
vendored
1
docs/_templates/[AI对接] 快速上下文-模板.md
vendored
@@ -178,3 +178,4 @@ POST /api/v1/[module]/[resource2]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
1
docs/_templates/数据库设计-模板.md
vendored
1
docs/_templates/数据库设计-模板.md
vendored
@@ -218,3 +218,4 @@ INSERT INTO xxx_schema.xxx_table_name (field_name, status) VALUES
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
1
docs/_templates/模块README-模板.md
vendored
1
docs/_templates/模块README-模板.md
vendored
@@ -85,3 +85,4 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user