feat(rvw): Complete RVW module development Phase 1-3

Summary:
- Migrate backend to modules/rvw with v2 API routes (/api/v2/rvw)
- Add new database fields: selectedAgents, editorialScore, methodologyStatus, picoExtract, isArchived
- Create frontend module in frontend-v2/src/modules/rvw
- Implement Dashboard with task list, filtering, batch operations
- Implement ReportDetail with dual tabs (editorial/methodology)
- Implement AgentModal for intelligent agent selection
- Register RVW module in moduleRegistry.ts
- Add navigation entry in TopNavigation
- Update documentation for RVW module status (v3.0)
- Update system status document (v2.9)

Features:
- User can select agents: editorial, methodology, or both
- Support batch task execution
- Task status filtering
- Replace console.log with logger service
- Maintain v1 API backward compatibility

Tested: Frontend and backend verified locally
Status: 85% complete (Phase 1-3 done)
This commit is contained in:
2026-01-07 22:39:08 +08:00
parent 06028c6952
commit 179afa2c6b
226 changed files with 5860 additions and 21 deletions

View File

@@ -568,5 +568,6 @@ df['creatinine'] = pd.to_numeric(df['creatinine'], errors='coerce')

View File

@@ -983,5 +983,6 @@ export const aiController = new AIController();

View File

@@ -1317,5 +1317,6 @@ npm install react-markdown

View File

@@ -225,5 +225,6 @@ FMA___基线 | FMA___1个月 | FMA___2个月

View File

@@ -383,5 +383,6 @@ formula = "FMA总分0-100 / 100"

View File

@@ -217,5 +217,6 @@ async handleFillnaMice(request, reply) {

View File

@@ -189,5 +189,6 @@ method: 'mean' | 'median' | 'mode' | 'constant' | 'ffill' | 'bfill'

View File

@@ -640,5 +640,6 @@ import { logger } from '../../../../common/logging/index.js';

View File

@@ -443,5 +443,6 @@ import { ChatContainer } from '@/shared/components/Chat';

View File

@@ -353,5 +353,6 @@ const initialMessages = defaultMessages.length > 0 ? defaultMessages : [{

View File

@@ -641,5 +641,6 @@ http://localhost:5173/data-cleaning/tool-c

View File

@@ -429,5 +429,6 @@ Docs: docs/03-业务模块/DC-数据清洗整理/06-开发记录/DC模块重建

View File

@@ -302,5 +302,6 @@ ConflictDetectionService // 冲突检测(字段级对比)

View File

@@ -466,5 +466,6 @@ Tool B后端代码**100%复用**了平台通用能力层,无任何重复开发

View File

@@ -243,5 +243,6 @@ $ node scripts/check-dc-tables.mjs

View File

@@ -476,5 +476,6 @@ ${fields.map((f, i) => `${i + 1}. ${f.name}${f.desc}`).join('\n')}