RailsEventStore/cqrs-es-sample-with-res

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/_commit.yml
.github/workflows/crm.yml
.github/workflows/infra.yml
.github/workflows/inventory.yml
.github/workflows/invoicing.yml
.github/workflows/ordering.yml
.github/workflows/payments.yml
.github/workflows/pricing.yml
.github/workflows/processes.yml
.github/workflows/product_catalog.yml
.github/workflows/rails_application.yml
.github/workflows/shipping.yml
.github/workflows/taxes.yml
.github/workflows/todo.yml
.gitignore
LICENSE
Makefile
README.md
build_events_catalog.rb132
A
0 mins
build_events_catalog.sh
ecommerce/authentication/.mutant.yml
ecommerce/authentication/Gemfile
ecommerce/authentication/Gemfile.lock
ecommerce/authentication/Makefile
ecommerce/authentication/README.md
ecommerce/authentication/lib/authentication.rb24
A
0 mins
ecommerce/authentication/lib/authentication/account.rb35
A
0 mins
ecommerce/authentication/lib/authentication/account_service.rb42
A
0 mins
ecommerce/authentication/lib/authentication/commands/connect_account_to_client.rb7
A
0 mins
ecommerce/authentication/lib/authentication/commands/register_account.rb6
A
0 mins
ecommerce/authentication/lib/authentication/commands/set_login.rb7
A
0 mins
ecommerce/authentication/lib/authentication/commands/set_password_hash.rb7
A
0 mins
ecommerce/authentication/lib/authentication/events/account_connected_to_client.rb6
A
0 mins
ecommerce/authentication/lib/authentication/events/account_registered.rb5
A
0 mins
ecommerce/authentication/lib/authentication/events/login_set.rb6
A
0 mins
ecommerce/authentication/lib/authentication/events/password_hash_set.rb6
A
0 mins
ecommerce/configuration.rb44
A
0 mins
ecommerce/crm/.mutant.yml
ecommerce/crm/Gemfile
ecommerce/crm/Gemfile.lock
ecommerce/crm/Makefile
ecommerce/crm/README.md
ecommerce/crm/lib/crm.rb20
A
0 mins
ecommerce/crm/lib/crm/commands/assign_customer_to_order.rb7
A
0 mins
ecommerce/crm/lib/crm/commands/promote_customer_to_vip.rb6
A
0 mins
ecommerce/crm/lib/crm/commands/register_customer.rb7
A
0 mins
ecommerce/crm/lib/crm/customer.rb34
A
0 mins
ecommerce/crm/lib/crm/customer_service.rb22
A
0 mins
ecommerce/crm/lib/crm/events/customer_assigned_to_order.rb6
A
0 mins
ecommerce/crm/lib/crm/events/customer_promoted_to_vip.rb5
A
0 mins