@model BookDetailViewModel
@{
ViewData["Title"] = Model.Book.BookTitle;
ViewData["ProjectSection"] = "Overview";
}
@Model.Book.Subtitle
} @if (!string.IsNullOrWhiteSpace(Model.Book.Tagline)) {@Model.Book.Tagline
} @if (!string.IsNullOrWhiteSpace(Model.Book.Description)) {@Model.Book.Description
}Story Intelligence
@StoryIntelligenceDescription(pipeline)
@Model.Book.ShortDescription
No chapters yet.
} else {| Chapter | Title | Status | Manuscript | Summary | |
|---|---|---|---|---|---|
| @chapter.ChapterNumber | @chapter.ChapterTitle | @chapter.RevisionStatusName @if (!string.IsNullOrWhiteSpace(chapter.ChapterPurposeName)) { @chapter.ChapterPurposeName } | @(chapter.IsLinkedToManuscript ? "🔗 Linked" : "📝 Planned") | @chapter.Summary | Edit |