Evaluation badge component that displays test run evaluation data based on user preferences (execution, human, auto).
Usage:
<app-evaluation-badge [executionStatus]="'Completed'" [originalStatus]="'Passed'" [autoScore]="0.85" [humanRating]="8" [humanIsCorrect]="true" [hasHumanFeedback]="true" [preferences]="evalPrefs" [mode]="'compact'"></app-evaluation-badge> Copy
<app-evaluation-badge [executionStatus]="'Completed'" [originalStatus]="'Passed'" [autoScore]="0.85" [humanRating]="8" [humanIsCorrect]="true" [hasHumanFeedback]="true" [preferences]="evalPrefs" [mode]="'compact'"></app-evaluation-badge>
Evaluation badge component that displays test run evaluation data based on user preferences (execution, human, auto).
Usage: