Skip to content

Commit 1dc5a9e

Browse files
committed
Expand Statsbomb case study with detailed DSL examples and phase-driven architecture
- Add 6 comprehensive soccer rules (pass completion, carry, counter-attack, possession, tiki-taka, turnover) - Add 6 American football rules (snap completion, offensive drive, red zone, third-down, drive stall, scoring drive) - Replace simple data flow diagram with functional pipeline showing map/reduce/overlap transformations - Rewrite event dependency graph as phase-driven state machine (defense/loose/carry phases) - Add metadata temporal stages section (competition schedules, matchday lineups, entity streaming) - Improve Mermaid diagram text spacing using multi-line quoted syntax instead of <br/> tags - Fix terminology: analysts → collectors (correct role) - Add htmlLabels documentation comment in astro.config.mjs
1 parent 7e7a64c commit 1dc5a9e

File tree

2 files changed

+266
-83
lines changed

2 files changed

+266
-83
lines changed

astro.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ export default defineConfig({
3535
tertiaryColor: '#FEF3C7', // Warm amber (atomic nodes)
3636
},
3737
flowchart: {
38+
htmlLabels: true, // Enable HTML in node labels (for <br/> line breaks)
3839
titleTopMargin: 12, // Space above main diagram title
3940
subGraphTitleMargin: { // Space around subgraph titles
4041
top: 12,

0 commit comments

Comments
 (0)