Files
AIclinicalresearch/docs/03-业务模块/ASL-AI智能文献/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

92 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ASL - AI智能文献
> **模块代号:** ASL (AI Smart Literature)
> **开发状态:** ⏳ 下一步开发Week 2-4
> **商业价值:** ⭐⭐⭐⭐⭐ 可独立售卖
> **独立性:** ⭐⭐⭐⭐⭐
> **优先级:** P0
---
## 📋 模块概述
AI智能文献筛选系统帮助研究者快速筛选和分析文献。
**核心价值:** 核心差异化功能,可独立售卖
---
## 🎯 核心功能6个模块
1.**标题摘要初筛** - 双模型AI判断
2.**全文复筛** - PDF全文分析
3.**全文解析与数据提取**
4.**数据分析与报告生成**
5.**系统评价与Meta分析**
6.**文献管理**
**本周重点:** 标题摘要初筛 + 全文复筛
---
## 📂 文档结构
```
ASL-AI智能文献/
├── [AI对接] ASL快速上下文.md # ⏳ 待创建
├── 00-项目概述/
│ ├── 01-产品需求文档(PRD).md # ⏳ 待合并3个PRD
│ └── ...
├── 01-设计文档/
│ ├── 02-数据库设计.md
│ ├── 03-API设计.md
│ └── 07-UI设计/
│ ├── 标题摘要初筛原型.html
│ └── 全文复筛原型.html
└── README.md # ✅ 当前文档
```
---
## 🔗 依赖的通用能力
- **LLM网关** - 双模型AI判断
- **文档处理引擎** - PDF全文提取
- **RAG引擎** - 文献内容检索
---
## 🎯 商业模式
**目标客户:** 系统评价研究者、循证医学中心
**售卖方式:** 独立产品
**定价策略:** 按项目数或按月订阅
---
**最后更新:** 2025-11-06
**维护人:** 技术架构师