feat(hub): wiki and mockups views in blueprints; document mockups - #90
Merged
Merged
Conversation
Blueprint views
- Every blueprint gains a "Mockups" structure view (all screen flows with
their wireframes on one canvas) and two wiki views: "Governance"
(requirements, fitness functions, ADRs) and "Requirements". The canvas
governance view is renamed "Governance map" so imported view names stay
distinct.
- conceptViews now carries wiki and table views too (with wikiFocusId /
wikiPageMode / tableActiveTab), so they reach the Hub viewer and are
created on import like canvas views.
- Hub viewer: the view selector works in every mode — it lists the
concept's views for Canvas, Wiki or Table ("All elements" = the default).
kindForViewId resolves a concept view's mode from the loaded views; the
route's named view (`/cv/<id>`) applies to any mode.
Documentation
- Manual: new "Mockups & screen flows" section (element, relations,
wireframes, screen flows) with light/dark screenshots; new "Radical
Forge" section (stages incl. Mockups, Finish here); Hub section covers
blueprint screen flows and named views; deep links document `/cv/`.
- README: UI mockups and Radical Forge features; blueprint flows/views.
- CHANGELOG: mockups, Forge changes, blueprint flows and views, and the
Hub view / import-toast fixes.
Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds wiki views and a mockups structure view to every blueprint, and documents mockups, screen flows and Radical Forge.
Blueprint views
conceptViewshandles wiki and table views. They are converted like canvas views, including their per-view settings (wikiFocusId,wikiPageMode,tableActiveTab). They now appear in the Hub viewer and are created on import.kindForViewIdnow looks up the loaded views to tell which mode a concept's view belongs to./cv/<id>route parameter works in any mode, e.g.…/v/wiki/cv/view-wiki-requirements.Documentation
website/manual.html):website/screenshots/mockups-*.png)./cv/parameter.Type of change
Checklist
npm testpasses (408/408)npm run typecheckpasses with no errorsconceptViewskeeps wiki views (focus remapped on import) and drops unsupported kindskindForViewIdresolves the mode of a concept view/cv/route parameter round-trips in any modeTest plan
npm run dev:webwith headless Chromium:bp-fintech-ledger-platform/v/wiki/cv/view-wiki-requirementsopens straight into that wiki view.🤖 Generated with Claude Code