Files
AIclinicalresearch/docs/05-部署文档
HaHafeng 8eef9e0544 feat(asl): Complete Week 4 - Results display and Excel export with hybrid solution
Features:
- Backend statistics API (cloud-native Prisma aggregation)
- Results page with hybrid solution (AI consensus + human final decision)
- Excel export (frontend generation, zero disk write, cloud-native)
- PRISMA-style exclusion reason analysis with bar chart
- Batch selection and export (3 export methods)
- Fixed logic contradiction (inclusion does not show exclusion reason)
- Optimized table width (870px, no horizontal scroll)

Components:
- Backend: screeningController.ts - add getProjectStatistics API
- Frontend: ScreeningResults.tsx - complete results page (hybrid solution)
- Frontend: excelExport.ts - Excel export utility (40 columns full info)
- Frontend: ScreeningWorkbench.tsx - add navigation button
- Utils: get-test-projects.mjs - quick test tool

Architecture:
- Cloud-native: backend aggregation reduces network transfer
- Cloud-native: frontend Excel generation (zero file persistence)
- Reuse platform: global prisma instance, logger
- Performance: statistics API < 500ms, Excel export < 3s (1000 records)

Documentation:
- Update module status guide (add Week 4 features)
- Update task breakdown (mark Week 4 completed)
- Update API design spec (add statistics API)
- Update database design (add field usage notes)
- Create Week 4 development plan
- Create Week 4 completion report
- Create technical debt list

Test:
- End-to-end flow test passed
- All features verified
- Performance test passed
- Cloud-native compliance verified

Ref: Week 4 Development Plan
Scope: ASL Module MVP - Title Abstract Screening Results
Cloud-Native: Backend aggregation + Frontend Excel generation
2025-11-21 20:12:38 +08:00
..

部署文档

文档定位: 4种部署模式的完整部署指南
适用范围: 开发、运维、实施团队


📋 部署模式

部署模式 说明 优先级 状态
01-云端SaaS部署 完整平台部署、微服务架构、K8s P0 待创建
02-独立产品包部署 审稿系统、AI文献系统独立打包 P1 待创建
03-Electron单机版 桌面应用、完全离线、本地SQLite P2 待创建
04-私有化部署 医院内网部署、Docker、K3s P1 待扩展

🎯 部署模式对比

特性 云端SaaS 独立产品包 单机版 私有化
部署位置 公有云 客户内网 用户电脑 医院内网
数据存储 云端 客户内网 100%本地 100%内网
架构 完整平台 单个模块 Electron Docker
目标客户 个人用户 期刊/机构 个人医生 医院/机构

📚 快速导航

部署文档

  1. 云端SaaS部署 - P0
  2. 独立产品包部署 - P1
  3. Electron单机版 - P2
  4. 私有化部署 - P1

🔗 相关文档


最后更新: 2025-11-06
维护人: 技术架构师