Member Junction
    Preparing search index...

    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>
    Index

    Constructors

    Properties

    autoScore: number | null = null
    executionStatus: string = 'Completed'
    failedChecks: number | null = null
    hasHumanFeedback: boolean = false
    humanIsCorrect: boolean | null = null
    humanRating: number | null = null
    mode: EvaluationBadgeMode = 'compact'
    originalStatus: string = 'Passed'
    passedChecks: number | null = null
    preferences: EvaluationPreferences | null = null
    totalChecks: number | null = null

    Methods