Files
AIclinicalresearch/docs/03-业务模块/RVW-稿件审查系统/README.md
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

2.2 KiB
Raw Blame History

RVW - 稿件审查系统

模块代号: RVW (Review)
开发状态: 核心功能已完成,待扩展
商业价值: 可独立售卖
独立性: 极高
优先级: P1


📋 模块概述

稿件审查系统提供AI辅助的稿件智能审查功能。

核心价值: 完全独立的产品,可独立售卖给期刊编辑部


🎯 核心功能

已完成功能

  1. 文档上传 - Word稿件上传
  2. 文本提取 - 调用文档处理引擎
  3. 稿约规范性评估 - 11项评估editorial_review
  4. 方法学评估 - 3部分评估methodology_review
  5. 综合评分 - 双维度评分
  6. PDF导出 - 评估报告导出

未来扩展

  • 审稿人管理
  • 审稿流程管理
  • 多轮审稿
  • 审稿意见模板
  • 期刊库管理

📂 文档结构

RVW-稿件审查系统/
  ├── [AI对接] RVW快速上下文.md        # ⏳ 待创建
  ├── 00-项目概述/
  │   ├── 01-产品需求文档(PRD).md      # ⏳ 待创建
  │   ├── 02-独立系统规划.md           # ⏳ 待创建
  │   └── 03-商业模式设计.md           # ⏳ 待创建
  ├── 01-设计文档/
  ├── 02-业务规则/
  │   ├── 01-方法学评估标准.md         # ⏳ 待迁移
  │   └── 02-稿约规范性评估标准.md     # ⏳ 待迁移
  └── README.md                         # ✅ 当前文档

🔗 依赖的通用能力

  • LLM网关 - AI评估
  • 文档处理引擎 - 稿件文本提取

🎯 商业模式

目标客户: 期刊编辑部、出版社、学会
售卖方式: 完全独立产品
定价策略: 按期刊订阅 或 按稿件数量计费


为什么适合独立?

  1. 用户群独立 - 期刊编辑部 vs 临床医生(完全不同)
  2. 业务逻辑独立 - 与其他模块无关联
  3. 部署场景独立 - 期刊编辑部有自己的部署需求
  4. 商业模式独立 - 可以按期刊订阅

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