-
Notifications
You must be signed in to change notification settings - Fork 9
Alertas de anomalias en scoring #45
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendBackend API and server workBackend API and server workcomplexity:medium150 points - standard feature touching multiple areas150 points - standard feature touching multiple areasobservabilityLogs, traces and monitoringLogs, traces and monitoring
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programbackendBackend API and server workBackend API and server workcomplexity:medium150 points - standard feature touching multiple areas150 points - standard feature touching multiple areasobservabilityLogs, traces and monitoringLogs, traces and monitoring
Why this matters
Detecting abnormal scoring behavior early helps prevent user-facing issues.
Problem
There is no alerting or thresholding for unusual score or rejection patterns.
Scope
Implementation guidance
api/calculate-score.js,api/evaluate-and-mint.js,src/components/CreditSection.tsx, andsrc/context/AppContext.tsxas the key touch points.Out of scope
Acceptance criteria
Validation
npm run buildto confirm the change does not break the app.PR requirements
Closes #45.Complexity