Skip to content

Brief's "Open the codebook" CTA promises to accept themes but carries none across #10

Description

@markalvaw

What

On the Corpus Brief, the candidate-themes card reads "Explore these themes — Accept themes as constructs, compile instruments, and preflight a run", but its button just does router.navigate("…/constructs") (app/js/screens/brief.js) with no theme data. You land on an empty/unrelated Constructs screen with nothing to accept, and have to re-create the themes from scratch — despite the brief already holding them as {name, definition, quoteRefs}.

Fix

Wire the brief's themes into the existing accept-proposals flow: themesSheet/proposalsSheet (app/js/screens/constructs.js) already consume exactly {name, definition, quoteRefs} and create constructs on Accept. Have the CTA open that sheet seeded from the brief's themes.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions