feat(asl): Week 2 Day 2 - Excel import with template download and intelligent dedup

Features:
- feat: Excel template generation and download (with examples)
- feat: Excel file parsing in memory (cloud-native, no disk write)
- feat: Field validation (title + abstract required)
- feat: Smart deduplication (DOI priority + Title fallback)
- feat: Literature preview table with statistics
- feat: Complete submission flow (create project + import literatures)

Components:
- feat: Create excelUtils.ts with full Excel processing toolkit
- feat: Enhance TitleScreeningSettings page with upload/preview/submit
- feat: Update API interface signatures and export unified aslApi object

Dependencies:
- chore: Add xlsx library for Excel file processing

Ref: Week 2 Frontend Development - Day 2
Scope: ASL Module MVP - Title Abstract Screening
Cloud-Native: Memory parsing, no file persistence
This commit is contained in:
2025-11-19 10:24:47 +08:00
parent 3634933ece
commit 2e8699c217
178 changed files with 1937 additions and 108 deletions

View File

@@ -890,3 +890,4 @@ Week 1结束时应达到

View File

@@ -767,3 +767,4 @@ Day 3: 文档更新 4小时

View File

@@ -206,3 +206,4 @@ model Project {

View File

@@ -304,3 +304,4 @@ DROP SCHEMA IF EXISTS st_schema CASCADE;

View File

@@ -130,3 +130,4 @@ ORDER BY nspname;

View File

@@ -148,3 +148,4 @@ FROM platform_schema.users;

View File

@@ -341,3 +341,4 @@ FROM aia_schema.messages;

View File

@@ -414,3 +414,4 @@ FROM pkb_schema.batch_tasks;

View File

@@ -546,3 +546,4 @@ SELECT

View File

@@ -270,3 +270,4 @@ Write-Host "脚本执行完成!" -ForegroundColor Green

View File

@@ -559,3 +559,4 @@ const MyComponent = () => {

View File

@@ -462,3 +462,4 @@ import type { FastifyRequest, FastifyReply } from 'fastify'

View File

@@ -413,3 +413,4 @@ curl http://localhost:3001/api/v1/review

View File

@@ -452,3 +452,4 @@ modules/ ← 新代码,标准化

View File

@@ -246,3 +246,4 @@ Prisma Client在生成时已经读取了每个model的`@@schema()`标签,

View File

@@ -89,3 +89,4 @@

View File

@@ -237,3 +237,4 @@ isExternal?: boolean

View File

@@ -234,3 +234,4 @@ sed -i '1s/^\xEF\xBB\xBF//' file.txt