RailsEventStore / ecommerce

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

Create a dedicated read model for Orders list in customer show page #366

Open marlena-b opened 4 months ago

marlena-b commented 4 months ago

The current implementation uses the ClientOrders::Order read model, which was originally designed for a different purpose. To improve the separation of concerns, we want to create a new dedicated read model specifically for this purpose.