Commit a824593
committed
Cut 8 stale journey prototype pages superseded by production
After commit 64360a4 wired section figures into render_journey_page,
production /journeys/<slug> pages render the same content as the
journey-* prototype HTMLs that build_prototypes.py was emitting.
Reviewers should look at the production pages, not the duplicate
prototypes.
Cut:
- public/prototyping/journey-runtime.html
- public/prototyping/journey-control-flow.html
- public/prototyping/journey-iteration.html
- public/prototyping/journey-shapes.html
- public/prototyping/journey-interfaces.html
- public/prototyping/journey-types.html
- public/prototyping/journey-reliability.html
- public/prototyping/journey-workers.html
- build_prototypes.py: build_journey() function (~50 lines),
JOURNEY_STYLE constant, the loop in main() that called it, and
the 8 entries in the prototyping index list.
Kept (intentional):
- journey-figures-gestalt.html — grid view of all 24 section
figures for cross-journey design review; production renders one
figure per section per page, the gestalt shows them together.
- layout-banner-* prototypes — reference designs for the banner
grammar (single, pair, trio); useful when adding new banner
layouts.
- marginalia-gestalt.html, production-figures-gestalt.html —
review pages over the figure registry.
docs/lessons-learned.md updated: the bullet claiming "journey pages
don't yet render section figures inline" was outdated since
commit 64360a4. Replaced with a statement of the shipped behavior
plus the contract that enforces it.
59 tests pass; prototype index regenerates without the 8 deleted
entries.1 parent 4605ab8 commit a824593
11 files changed
Lines changed: 2 additions & 450 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
This file was deleted.
0 commit comments