• Joined on 2024-04-09
giles pushed to decoupling at coop/shared 2026-02-19 09:32:29 +00:00
7b55d78214 Fix cross-origin cart +/- buttons by supporting cart_quantity_url in template
giles pushed to decoupling at coop/events 2026-02-19 06:07:40 +00:00
2527c854cb Replace HTTP API and MarketPlace imports with service calls
giles pushed to decoupling at coop/market 2026-02-19 06:07:31 +00:00
ca5b952ffc Update shared submodule: MarketService write methods
giles pushed to decoupling at coop/cart 2026-02-19 06:07:27 +00:00
8498807597 Remove Calendar model import from checkout, use DTO fields
giles pushed to decoupling at coop/blog 2026-02-19 06:07:26 +00:00
f9e39333bf Replace direct MarketPlace imports with MarketService calls
giles pushed to decoupling at coop/shared 2026-02-19 05:44:04 +00:00
b3a0e9922a Add MarketService write methods and clean up stubs
giles pushed to decoupling at coop/market 2026-02-19 05:17:06 +00:00
d7162f5543 Fix inconsistent cart count: include calendar entries in market app
giles pushed to decoupling at coop/cart 2026-02-19 05:07:31 +00:00
72062930f0 Update shared submodule pointer to latest DTO fixes
giles pushed to decoupling at coop/market 2026-02-19 05:05:48 +00:00
0a3997b82a Update shared submodule: DTO template compatibility fixes
giles pushed to decoupling at coop/events 2026-02-19 05:05:46 +00:00
a03fa90463 Update shared submodule: DTO template compatibility fixes
giles pushed to decoupling at coop/blog 2026-02-19 05:05:45 +00:00
6f063665b0 Update shared submodule: DTO template compatibility fixes
giles pushed to decoupling at coop/cart 2026-02-19 05:05:06 +00:00
edad7b299d Fix DTO compatibility in cart templates and page_cart service
giles pushed to decoupling at coop/shared 2026-02-19 05:04:58 +00:00
9cba422aa9 Fix DTO compatibility: replace ORM relationship traversals with DTO fields
giles pushed to decoupling at coop/events 2026-02-19 04:52:07 +00:00
f2ce575699 Update shared submodule: revert extend_existing workaround
giles pushed to decoupling at coop/cart 2026-02-19 04:52:07 +00:00
cf04a3a9fd Update shared submodule: revert extend_existing workaround
giles pushed to decoupling at coop/blog 2026-02-19 04:52:06 +00:00
e6ccdc423d Update shared submodule: revert extend_existing workaround
giles pushed to decoupling at coop/market 2026-02-19 04:51:11 +00:00
50cad49576 Update shared submodule: revert extend_existing workaround
giles pushed to decoupling at coop/market 2026-02-19 04:50:08 +00:00
fe255fc53c Fix cart template: use direct CartItem queries in market context
giles pushed to decoupling at coop/shared 2026-02-19 04:50:06 +00:00
de4bc92fce Revert extend_existing workaround on MenuNode and ContainerRelation
giles pushed to decoupling at coop/shared 2026-02-19 04:48:09 +00:00
f1716a0fc0 Add extend_existing=True to MenuNode and ContainerRelation models