+ The changes {character.name} goes through, in order. Pin a stage to the chapter it + lands in and it links into that outline. +
+ + {stages.length > 0 && ( +| Chapter | +Beat | +What happened | +What’s next | +
|---|---|---|---|
|
+
+ {beat.chapterNumber}.{beat.sortOrder}
+
+ {beat.chapterTitle}
+ |
+ {beat.title} | +{beat.whatHappened} | +{beat.whatsNext} | +
+ {characterName} is not on any beat yet. Assign them a beat in a chapter outline + and it shows up here. +
+ )} ++ Nothing outstanding. Raise a question when you hit something you would otherwise + decide by guessing. +
+ )} ++ {question.question} +
+ {question.detail &&{question.detail}
} + + {(showsChapter || showsCharacter) && ( ++ {showsChapter && `Ch. ${question.chapterNumber} ${question.chapterTitle}`} + {showsChapter && showsCharacter && ' · '} + {showsCharacter && question.characterName} +
+ )} + + {question.isResolved && question.resolution && ( ++ Resolved: {question.resolution} +
+ )} ++ Anything that does not belong in the outline itself — continuity to watch, research + to do, decisions already made. Resolved questions land here too. +
+