feat(rvw): Complete Phase 4-5 - Bug fixes and Word export

Summary:
- Fix methodology score display issue in task list (show score instead of 'warn')
- Add methodology_score field to database schema
- Fix report display when only methodology agent is selected
- Implement Word document export using docx library
- Update documentation to v3.0/v3.1

Backend changes:
- Add methodologyScore to Prisma schema and TaskSummary type
- Update reviewWorker to save methodologyScore
- Update getTaskList to return methodologyScore

Frontend changes:
- Install docx and file-saver libraries
- Implement handleExportReport with Word generation
- Fix activeTab auto-selection based on available data
- Add proper imports for docx components

Documentation:
- Update RVW module status to 90% (Phase 1-5 complete)
- Update system status document to v3.0

Tested: All review workflows verified, Word export functional
This commit is contained in:
2026-01-10 22:52:15 +08:00
parent 179afa2c6b
commit 440f75255e
237 changed files with 3942 additions and 657 deletions

View File

@@ -43,3 +43,5 @@

View File

@@ -74,3 +74,5 @@ Desktop.ini

View File

@@ -375,3 +375,5 @@ docker-compose -f docker-compose.prod.yml up -d

View File

@@ -136,3 +136,5 @@ volumes:

View File

@@ -134,3 +134,5 @@ volumes:

View File

@@ -70,3 +70,5 @@ PMA_UPLOAD_LIMIT=50M

View File

@@ -78,3 +78,5 @@ Write-Host ""

View File

@@ -56,3 +56,5 @@ try {

View File

@@ -69,3 +69,5 @@ Write-Host ""

View File

@@ -32,3 +32,5 @@ if ($result) {

View File

@@ -54,3 +54,5 @@ if ($LASTEXITCODE -eq 0) {

View File

@@ -40,3 +40,5 @@ if ($LASTEXITCODE -eq 0) {