feature: Self-Service Clinical Testing Sessions
This commit is contained in:
@@ -5,4 +5,12 @@ public interface IAlertQualityMetricsService
|
||||
|
||||
Task<AlertQualitySummaryResponse> GetSummaryAsync(
|
||||
DateTimeOffset from, DateTimeOffset to);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Per-alert feedback rows for analytics export / by-scenario breakdown.
|
||||
/// When <paramref name="scenarioId"/> is set, only rows attributed to that
|
||||
/// simulation scenario are returned (join via SimulationRun.EncounterId).
|
||||
/// </summary>
|
||||
Task<IReadOnlyList<AlertFeedbackQualityRow>> ListFeedbackAsync(
|
||||
DateTimeOffset periodStart, DateTimeOffset periodEnd, string? scenarioId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user