RailsEventStore / ecommerce

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

Split Orders Submit Service #398

Closed marlena-b closed 2 months ago

marlena-b commented 2 months ago

Issue: https://github.com/RailsEventStore/ecommerce/issues/394

Before there was one SubmitService that handled order submissions from both the client and admin sides. Now there are two separate SubmitServices - one dedicated to handling order submissions from the client side and another for the admin side.