@@ -6,6 +6,29 @@ Documentation site is complete and deployed at https://ossum.tech.
66All major sections are documented with proper RIDDL syntax
77highlighting.
88
9+ ** Completed (2026-02-13):**
10+
11+ - Rectified Reactive BBQ tutorial with verbatim riddl-models source
12+ - Replaced all fabricated RIDDL snippets with actual code from
13+ ` riddl-models/hospitality/food-service/reactive-bbq/ `
14+ - Created 14 new per-context pages:
15+ - Restaurant: front-of-house, kitchen, bar, online-ordering,
16+ delivery, loyalty
17+ - BackOffice: scheduling, inventory, reporting
18+ - Corporate: menu-management, supply-chain, marketing
19+ - Cross-cutting: external-contexts, patterns
20+ - Rewrote 5 existing pages: index, reactive-bbq, restaurant/index,
21+ backoffice/index, corporate/index
22+ - Updated mkdocs.yml nav with hierarchical context sub-pages
23+ - All GitHub links updated from riddl-examples to riddl-models
24+ - Each context page follows consistent structure: Purpose,
25+ Interview Connection, Types, Entity, Repository, Projector,
26+ Adaptors, Design Decisions, Source
27+ - Patterns page covers 7 cross-cutting RIDDL patterns with
28+ real code and links to where each appears
29+ - Build verified with ` mkdocs build --strict ` (no broken links)
30+ - 20 files changed, 3,860 lines added (commit 95e751a)
31+
932** Completed (2026-02-09):**
1033
1134- Fixed metadata vs body definition confusion across 10 files
0 commit comments