@using System.Text.Json @model StoryIntelligenceExperiencePrototypeViewModel @{ Layout = null; var jsonOptions = new JsonSerializerOptions { PropertyNamingPolicy = JsonNamingPolicy.CamelCase }; } Story Intelligence Experience Prototype - PlotDirector
PlotDirector Story Intelligence
    @Model.ProjectName @Model.BookTitle Preparing Scene 1
    Simulation
    @if (Model.AvailableRuns.Count > 0) { }

    Living story view

    Reading the manuscript

    Characters

    Location

    Assets

    Diagnostics
    Current Snapshot Version
    0
    Previous Snapshot Version
    0
    Change Token
    @Model.ChangeToken
    Animation Queue Length
    0
    Last Refresh Time
    Initial
    Snapshot Build Time
    0ms
    Operations detected
    InitialRender
    Run status
    @Model.Diagnostics.RunStatus
    Persisted completed scenes
    @Model.Diagnostics.PersistedCompletedSceneCount
    Total persisted scene results
    @Model.Diagnostics.TotalPersistedSceneResultCount
    Successfully parsed scene results
    @Model.Diagnostics.SuccessfullyParsedSceneResultCount
    Failed/unparseable scene results
    @Model.Diagnostics.FailedSceneResultCount
    Highest persisted SceneResultID
    @Model.Diagnostics.HighestPersistedSceneResultId
    Highest parsed SceneResultID
    @Model.Diagnostics.HighestParsedSceneResultId
    Selected current SceneResultID
    @Model.Diagnostics.SelectedCurrentSceneResultId
    Selected chapter and scene order
    @Model.Diagnostics.SelectedChapterAndSceneOrder
    Analysis cursor
    @Model.Diagnostics.AnalysisCursor
    Snapshot warning
    @Model.Diagnostics.Warning
    Last successful snapshot fetch
    Initial
    Last snapshot HTTP status
    Initial
    Consecutive unchanged polls
    0
    Consecutive failed polls
    0
    Polling
    Initialising
    Polling stopped reason
    none