@model OnboardingManuscriptBuildResult @{ ViewData["Title"] = "Project structure created"; }
    @foreach (var label in new[] { "Welcome", "Writing Preferences", "Project", "Book", "Connect Word", "Scan", "Review", "Build Project", "Complete" }) {
  1. @label
  2. }

Build Project

Your project structure has been created.

@(Model.AlreadyBuilt ? "This manuscript has already been built into PlotDirector, so nothing was duplicated." : "PlotDirector created the approved chapters, scenes, characters and scene appearances.")

@if (!string.IsNullOrWhiteSpace(Model.MarkerWarning)) {

@Model.MarkerWarning

}
Chapters @Model.ChaptersCreated
Scenes @Model.ScenesCreated
Characters @(Model.CharactersCreated + Model.CharactersReused)
Scene appearances @Model.SceneAppearancesCreated

Ready for your next pass

Your project now has a working story map. Open the overview to inspect the structure, or head straight into the writer workspace to keep drafting.