Open
Description
I loved reading this spec, and I also found some of the diagrams helped, but could have had some more detail. This issue is testing to see whether you're interested in contributions which improve the accessibility of some of the diagrams!
I did a little mockup of that might be possible with mermaid diagrams:
flowchart RL
subgraph level_2_a [ ]
subgraph level_1_a [ ]
subgraph A_label [3b0n..]
A
end
subgraph B_label [00ab..]
B
end
end
subgraph level_1_b [ ]
subgraph C_label [4hdn..]
C
end
subgraph D_label [j39a...]
D
end
subgraph E_label [000m...]
E
end
end
end
subgraph F_label [3c28...]
F
end
F --> E --> D --> C --> B --> A
%% #FFB200 - yellow
%% #EB5B00 - orange
%% #D91656 - pink
%% #640D5F - purple
classDef default fill:#EABDE6, stroke: none, color:#222;
classDef cluster fill:none, stroke:none, color:#222;
classDef level_one fill:#D69ADE;
classDef level_two fill:#AA60C8;
class level_1_a,level_1_b, level_one
class level_2_a, level_two
This doesn't have to be the direction diagrams go, but I was particularly interested in:
- understanding how the strata boundaries landed more clearly
- visualising the layering
- making diagrams which show how different statum might compress different ranges and how we compare "support" for replication
Metadata
Metadata
Assignees
Labels
No labels
Activity