• Joined on 2024-04-09
giles pushed to decoupling at coop/shared 2026-02-14 19:28:46 +00:00
5877a7702f Add README documenting shared infrastructure
giles pushed to master at coop/glue 2026-02-14 19:18:07 +00:00
fc14d8323a Add README documenting glue layer architecture
giles pushed to decoupling at coop/market 2026-02-14 19:12:20 +00:00
99dd473afb Phase 5: Update shared + glue submodule pointers
giles pushed to decoupling at coop/events 2026-02-14 19:12:17 +00:00
88347222d8 Phase 5: Update shared + glue submodule pointers
giles pushed to decoupling at coop/cart 2026-02-14 19:12:13 +00:00
34032160f9 Phase 5: Update shared + glue submodule pointers
giles pushed to decoupling at coop/blog 2026-02-14 19:12:12 +00:00
6fb60d43c6 Phase 5: Update shared + glue submodule pointers
giles pushed to decoupling at coop/blog 2026-02-14 17:36:01 +00:00
a24e5c6407 Phase 5: Replace HTTP cart adoption with event-driven adoption
giles pushed to decoupling at coop/cart 2026-02-14 17:35:49 +00:00
d407957928 Phase 5: Replace cross-domain writes with glue services, emit events
giles pushed to decoupling at coop/events 2026-02-14 17:35:36 +00:00
bbde3c1f3f Phase 5: Remove cross-domain FKs and relationships from calendar models
giles pushed to decoupling at coop/shared 2026-02-14 17:35:21 +00:00
346d3f4e05 Phase 5: Drop cross-domain FK constraints (events → cart)
giles pushed to decoupling at coop/events 2026-02-14 09:52:24 +00:00
fca0950cd1 Add attach/detach glue calls to calendar and market CRUD
giles pushed to decoupling at coop/blog 2026-02-14 09:52:19 +00:00
75a5d520e8 Add attach/detach glue calls to menu items, markets, and page config CRUD
giles pushed to decoupling at coop/events 2026-02-12 08:03:47 +00:00
ee93832db0 Update shared submodule to include glue layer + MenuItem fix
giles pushed to decoupling at coop/cart 2026-02-12 08:03:46 +00:00
cd332b2544 Update shared submodule to include glue layer + MenuItem fix
giles pushed to decoupling at coop/market 2026-02-12 08:03:44 +00:00
7820257577 Update shared submodule to include glue layer + MenuItem fix
giles pushed to decoupling at coop/blog 2026-02-12 08:03:43 +00:00
70ef1910c1 Update shared submodule to include glue layer + MenuItem fix
giles pushed to decoupling at coop/shared 2026-02-12 01:58:21 +00:00
0c6eee18de Remove MenuItem.post relationship to fix mapper init error
giles pushed to decoupling at coop/events 2026-02-12 01:43:23 +00:00
0a8d1391f6 Add glue layer: replace /internal/menu-items API with direct DB query
giles pushed to decoupling at coop/cart 2026-02-12 01:43:21 +00:00
9cf8ff1114 Add glue layer: replace /internal/menu-items API with direct DB query
giles pushed to decoupling at coop/blog 2026-02-12 01:43:20 +00:00
05d9e70e8a Add glue layer: MenuNode replaces MenuItem, remove /internal/menu-items API