feat(rfa-ai): Complete RFA Approval Refactor and AI Model Revision
CI / CD Pipeline / build (push) Successful in 4m54s
CI / CD Pipeline / deploy (push) Failing after 12m9s

This commit is contained in:
2026-05-16 10:59:53 +07:00
parent 6cb3ae10ee
commit 1a162bf320
105 changed files with 5088 additions and 1083 deletions
+21 -1
View File
@@ -70,5 +70,25 @@
"ai.staging.body": "Body",
"ai.staging.approve": "Approve",
"ai.staging.approveSuccess": "Staging record approved.",
"ai.staging.approveError": "Unable to approve staging record."
"ai.staging.approveError": "Unable to approve staging record.",
"ai.staging.queueTab": "Work Queue",
"ai.staging.analyticsTab": "AI Analytics",
"ai.staging.analyticsError": "Unable to load analytics data.",
"ai.staging.avgConfidence": "Avg. Confidence",
"ai.staging.overrideRate": "Human Override Rate",
"ai.staging.rejectedRate": "Rejection Rate",
"ai.staging.byDocumentType": "Stats by Document Type",
"ai.staging.byDocumentTypeDesc": "Compare AI performance across different document categories.",
"ai.staging.documents": "docs",
"ai.staging.confidence": "Confidence",
"ai.staging.override": "Override",
"ai.staging.rejected": "Rejected",
"ai.staging.thresholdRecalibration": "Threshold Recalibration",
"ai.staging.thresholdDesc": "Verify confidence thresholds for auto-approval vs human review.",
"ai.staging.highThreshold": "High Threshold (Auto-approve)",
"ai.staging.midThreshold": "Mid Threshold (Human Review)",
"ai.staging.thresholdWarning": "Improvement Recommended",
"ai.staging.thresholdWarningDesc": "Override rate reached {{rate}}% in recent records.",
"ai.staging.thresholdNote": "* Threshold values must be set via Backend Environment Variables.",
"ai.staging.thresholdDocs": "View Configuration Guide"
}