Summary: - Successfully deployed complete system to Aliyun SAE (2025-12-25) - All services running: Python microservice + Node.js backend + Frontend Nginx + CLB - Public access available at http://8.140.53.236/ Major Achievements: 1. Python microservice deployed (v1.0, internal IP: 172.17.173.66:8000) 2. Node.js backend deployed (v1.3, internal IP: 172.17.173.73:3001) - Fixed 4 critical issues: bash path, config directory, pino-pretty, ES Module 3. Frontend Nginx deployed (v1.0, internal IP: 172.17.173.72:80) 4. CLB load balancer configured (public IP: 8.140.53.236) New Documentation (9 docs): - 11-Node.js backend SAE deployment config checklist (21 env vars) - 12-Node.js backend SAE deployment operation manual - 13-Node.js backend image fix record (config directory) - 14-Node.js backend pino-pretty fix - 15-Node.js backend deployment success summary - 16-Frontend Nginx deployment success summary - 17-Complete deployment practical manual 2025 edition (1800 lines) - 18-Deployment documentation usage guide - 19-Daily update quick operation manual (670 lines) Key Fixes: - Environment variable name correction: EXTRACTION_SERVICE_URL (not PYTHON_SERVICE_URL) - Dockerfile fix: added COPY config ./config - Logger configuration: conditional pino-pretty for dev only - Health check fix: ES Module compatibility (require -> import) Updated Files: - System status document updated with full deployment info - Deployment progress overview updated with latest IPs - All 3 Docker services' Dockerfiles and configs refined Verification: - All health checks passed - Tool C 7 features working correctly - Literature screening module functional - Response time < 1 second BREAKING CHANGE: Node.js backend internal IP changed from 172.17.173.71 to 172.17.173.73 Closes #deployment-milestone
项目管理
用途: 项目进度跟踪、计划管理、决策记录
维护者: 项目管理组
最后更新: 2025-11-07
📋 目录结构
08-项目管理/
├── 01-整体开发计划/ # 长期规划(季度/年度)
│ └── README.md
├── 02-里程碑规划/ # 中期规划(周/月)
│ ├── README.md
│ ├── 04-里程碑4-架构改造.md
│ └── 05-里程碑5-ASL模块开发.md
├── 03-每周计划/ # 短期跟踪(日/周)
│ ├── README.md
│ └── 周次-进度报告模板.md
├── 04-决策记录/ # 重要决策归档(ADR)
│ ├── README.md
│ ├── ADR模板.md
│ └── ADR-001-Schema隔离暂缓执行.md
└── 下一阶段行动计划-ASL启动.md # 当前阶段行动计划 ⭐
🎯 当前阶段
下一阶段行动计划(2025-11-07 至 2025-12-06)
核心目标: Schema隔离 + 前端统一架构 + ASL核心功能
四周规划:
- Week 1: Schema隔离(3详细+7空)
- Week 2: 前端统一架构 + 后端分层 ⭐⭐⭐
- Week 3-4: ASL核心功能(4个LLM筛选)
- Week 5+: LLM网关统一 + 其他模块
当前版本: 下一阶段行动计划-V2.2-前端架构优先版.md ⭐⭐⭐
版本历史:
-
V2.2版(前端架构优先) - 2025-11-09 ⭐ 当前版本
- 核心调整:前端架构提前到Week 2,避免返工
- LLM网关推迟到Week 5,聚焦核心
- 4个LLM已配置(DeepSeek/GPT-5/Claude-4.5/Qwen)
-
V2.1版(务实版) - 2025-11-09
- 核心调整:3详细+7空Schema策略
- Just-in-time设计,避免过度设计
-
V2.0版(模块化架构优先) - 2025-11-07
- 核心调整:Schema隔离 + 独立部署架构
-
V1.0版(ASL启动) - 2025-11-06
- 初始版本:直接启动ASL开发
🚀 快速导航
我想...
📋 了解项目整体规划
→ 查看 整体开发计划
🎯 了解当前阶段要做什么
→ 查看 下一阶段行动计划-V2.2(前端架构优先版) ⭐⭐⭐
📊 查看本周要做什么
→ 查看 每周计划
🔍 了解某个决策为什么这样做
→ 查看 决策记录
维护者: 项目管理组
创建日期: 2025-11-06
最后更新: 2025-11-07