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:
@@ -890,3 +890,4 @@ Week 1结束时,应达到:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -767,3 +767,4 @@ Day 3: 文档更新 4小时
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -206,3 +206,4 @@ model Project {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -304,3 +304,4 @@ DROP SCHEMA IF EXISTS st_schema CASCADE;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -130,3 +130,4 @@ ORDER BY nspname;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -148,3 +148,4 @@ FROM platform_schema.users;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -341,3 +341,4 @@ FROM aia_schema.messages;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -414,3 +414,4 @@ FROM pkb_schema.batch_tasks;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -546,3 +546,4 @@ SELECT
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -270,3 +270,4 @@ Write-Host "脚本执行完成!" -ForegroundColor Green
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -559,3 +559,4 @@ const MyComponent = () => {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -462,3 +462,4 @@ import type { FastifyRequest, FastifyReply } from 'fastify'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -413,3 +413,4 @@ curl http://localhost:3001/api/v1/review
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -452,3 +452,4 @@ modules/ ← 新代码,标准化
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -246,3 +246,4 @@ Prisma Client在生成时已经读取了每个model的`@@schema()`标签,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -89,3 +89,4 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -237,3 +237,4 @@ isExternal?: boolean
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -234,3 +234,4 @@ sed -i '1s/^\xEF\xBB\xBF//' file.txt
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user