Enriched Pages

We consider how page json expands as it is delivered to and rendered on the screen. Blue exists in the federation. Beige constructed by interpretation.

digraph { rankdir=TB node [shape=box style=filled] node [fillcolor=lightblue] site; page; title; slug; markup; story; item; type; journal; action; node [fillcolor=bisque] url -> origin -> context url -> lineup -> panel url -> slug -> page url -> site -> page page -> title page -> story page -> journal page -> panel story -> panel story -> item journal -> action -> context -> fetch plugin -> context item -> pane item -> markup -> link -> fetch markup -> component item -> type panel -> pane pane -> component type -> plugin -> component -> link }