Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
62
commits
1
commits
refactor: enhance BasketUnitOfWork and CachedBasketRepository with caching logic
2bf2614View on GitHubrefactor: migrate to Unit of Work pattern for basket operations
3c7494bView on GitHubimplement BasketCheckoutIntegrationEventHandler to process basket checkout events and create orders
c6eaad2View on GitHubadd project reference for Shared.Messaging in Ordering project
3728284View on GitHubimplement outbox pattern for basket checkout process and add outbox message processor
9838b30View on GitHubadd checkout basket feature with DTO, endpoint, command handler, and database migration
bb8b456View on GitHubremove TODO comment for cache removal in ProductPriceChangedIntegrationEventHandler
9db7c84View on GitHubimplement cache removal for updated item prices in shopping cart
c56e7bcView on GitHubadd Ordering module with initial database setup and entity configurations
45874e0View on GitHubadd TODO comment to ProductPriceChangedIntegrationEventHandler for cache removal
f806efeView on GitHubintegrate Keycloak authentication and update endpoints for authorization
794e930View on GitHubadd RabbitMQ configuration and update MassTransit setup for messaging support
ad20c56View on GitHubimplement UpdateItemPriceInBasket command and handler to update item prices in the shopping cart
dd93cd0View on GitHubimplement ProductPriceChangedIntegrationEventHandler and update ProductPriceChangedEventHandler to publish integration events
8fcc147View on GitHub