@model StoryIntelligenceSavedRunsViewModel @{ ViewData["Title"] = "Saved Story Intelligence Runs"; }
Admin utility
Audit records saved from the admin chapter-to-scene dry-run pipeline.
No Story Intelligence runs have been saved yet.
} else {| Run ID | Created | Project / Book | Status | Source | Failure stage | Scenes | Tokens | Cost | Duration | Validation | |
|---|---|---|---|---|---|---|---|---|---|---|---|
| @run.StoryIntelligenceRunID.ToString("N0") | @run.CreatedUtc.ToString("yyyy-MM-dd HH:mm") UTC |
@DisplayName(run.ProjectTitle, run.ProjectID, "Project")
@DisplayName(run.BookTitle, run.BookID, "Book")
|
@run.Status | @Display(run.SourceType) | @Display(run.FailureStage) | @run.SceneCount.ToString("N0") | @Display(run.TotalTokens) | @DisplayCost(run.EstimatedCostGBP, "GBP") / @DisplayCost(run.EstimatedCostUSD, "USD") | @DisplayDuration(run.TotalDurationMs) | @run.ValidationErrorsCount.ToString("N0") error(s), @run.ValidationWarningsCount.ToString("N0") warning(s) | Open |