docs(deploy): Update deployment documentation for Node.js backend

Summary:
- Created Node.js backend Docker image build guide
- Updated deployment progress overview with backend status
- Updated system status documentation

Backend build achievements:
- Fixed 200+ TypeScript compilation errors (200+ to 0)
- Completed Prisma reverse sync (32 models from RDS)
- Manually added 30+ Prisma relation fields
- Successfully built Docker image (838MB)
- Pushed image to ACR (v1.0 + latest tags)

Documentation updates:
- Added 10-Node.js后端-Docker镜像构建手册.md
- Updated 00-部署进度总览.md with backend deployment status
- Updated 00-系统当前状态与开发指南.md with latest progress
- Fixed date format (2024 -> 2025)

Next steps:
- Deploy Node.js backend to SAE
- Configure environment variables
- Test end-to-end functionality

Status: Backend Docker image ready for SAE deployment
This commit is contained in:
2025-12-25 08:21:21 +08:00
parent ef967d7d7c
commit 691dc2bc98
112 changed files with 986 additions and 57 deletions

View File

@@ -620,5 +620,6 @@ import { logger } from '../../../../common/logging/index.js';

View File

@@ -423,5 +423,6 @@ import { ChatContainer } from '@/shared/components/Chat';

View File

@@ -333,5 +333,6 @@ const initialMessages = defaultMessages.length > 0 ? defaultMessages : [{

View File

@@ -621,5 +621,6 @@ http://localhost:5173/data-cleaning/tool-c

View File

@@ -409,5 +409,6 @@ Docs: docs/03-业务模块/DC-数据清洗整理/06-开发记录/DC模块重建

View File

@@ -282,5 +282,6 @@ ConflictDetectionService // 冲突检测(字段级对比)

View File

@@ -446,5 +446,6 @@ Tool B后端代码**100%复用**了平台通用能力层,无任何重复开发

View File

@@ -223,5 +223,6 @@ $ node scripts/check-dc-tables.mjs