RailsEventStore / ecommerce

Application with CQRS and Event Sourcing built on Rails and Rails Event Store
MIT License
425 stars 72 forks source link

Shipments: Display items which are part of the shipment #405

Closed andrzejkrzywda closed 1 week ago

andrzejkrzywda commented 1 month ago

At the moment we synchronize Shipment from Pricing, so the data is in aggregate Shipment and we do publish events. However, the Shipments read model just displays address and order id. Let's extend it so that it displays items too.