An Ecommerce Platform built following industry best-practices, patterns and strategies like Domain Driven Design (DDD), Clean Architecture, CQRS and SOLID Principles
Stars
5
Forks
0
Watchers
5
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
597
commits
feat: enhance ElasticSearch service with improved error handling and logging; add elastic-deployment configuration
236716bView on GitHubfix: correct Elasticsearch image reference in docker-compose file
a504f7cView on GitHubfeat: enhance filtering in ElasticSearch with SellerId, CategoryIds, and price range; improve search term handling
0d2b3acView on GitHubfix: add missing property accessor for OrderItems in OrderResult class
9f0b513View on GitHubfeat: implement GetAllProductsWithoutSellerListing query and handler; enhance product filtering with SubjectFilter and SellerId
c7d5209View on GitHubrefactor: update product queries to use GetAllProductsWithoutSellerListing and add response headers for data source
1cdb11bView on GitHubfeat: IsReachable method to ping test elastic instance
7e26340View on GitHubrefactor: enhance GetFilteredProductsQueryHandler and ElasticSearch query building for improved search functionality i.e index products when search misses Elastic for the next search to query from elastic and also added fuzzymatchin with wildcard
4967ed8View on GitHubMerge branch 'main' of https://github.com/dagweg/Ecommerce_Platform.NET
37a9a29View on GitHubrefactor: update CreateProductCommandHandlerTests to use ISender and IPublisher, and add IElasticSearch mock
5b389e2View on GitHubrefactor: update ElasticSearch dependency version and streamline dependency injection
54761e6View on GitHubrefactor: enhance ElasticSearch and ElasticSettings classes with improved logging and error handling
7539b10View on GitHubfix: add missing anonymous user configuration for Elasticsearch and Kibana
9b9193fView on GitHub