Files
AIclinicalresearch/docs/01-平台基础层/02-存储服务/README.md
HaHafeng 88cc049fb3 feat(asl): Complete Day 5 - Fulltext Screening Backend API Development
- Implement 5 core API endpoints (create task, get progress, get results, update decision, export Excel)
- Add FulltextScreeningController with Zod validation (652 lines)
- Implement ExcelExporter service with 4-sheet report generation (352 lines)
- Register routes under /api/v1/asl/fulltext-screening
- Create 31 REST Client test cases
- Add automated integration test script
- Fix PDF extraction fallback mechanism in LLM12FieldsService
- Update API design documentation to v3.0
- Update development plan to v1.2
- Create Day 5 development record
- Clean up temporary test files
2025-11-23 10:52:07 +08:00

929 B
Raw Blame History

存储服务

模块定位: 平台基础层
优先级: P1
状态: 待设计


📋 模块概述

存储服务负责统一管理平台的文件存储,支持:

  • 文件上传、下载、删除
  • 对象存储OSS/S3
  • 本地文件系统(单机版)
  • 文件权限控制

🎯 核心功能

1. 文件上传

  • 支持多种文件格式
  • 文件大小限制
  • 文件类型验证

2. 对象存储

  • 云端MinIO/阿里云OSS
  • 单机版:本地文件系统

3. 文件访问控制

  • 临时访问URL签名URL
  • 权限验证

📂 文档结构

02-存储服务/
  ├── 00-需求分析/
  │   └── README.md
  ├── 01-设计文档/
  │   └── README.md
  └── README.md                            # ✅ 当前文档

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