Skip to content

Feature/es 66 decouple cross module dependencies in orders#65

Merged
raouf-b-dev merged 4 commits intodevelopfrom
feature/ES-66-decouple-cross-module-dependencies-in-orders
Jan 14, 2026
Merged

Feature/es 66 decouple cross module dependencies in orders#65
raouf-b-dev merged 4 commits intodevelopfrom
feature/ES-66-decouple-cross-module-dependencies-in-orders

Conversation

@raouf-b-dev
Copy link
Owner

@raouf-b-dev raouf-b-dev commented Jan 14, 2026

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.

Fixes # (issue)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Test update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

…y implementation for stock checking. Update AddCartItemUseCase to utilize InventoryGateway instead of CheckStockUseCase, enhancing modularity and separation of concerns in the cart module.
…r respective implementations. Update CreateOrderFromCartUseCase and ValidateCheckoutUseCase to utilize these gateways for improved modularity and separation of concerns in the orders module. Add unit tests for the new use cases to ensure functionality.
…n Design section detailing subdomains and bounded contexts, and update system context diagrams to reflect Anti-Corruption Layer (ACL) relationships for improved clarity and modularity.
@raouf-b-dev raouf-b-dev self-assigned this Jan 14, 2026
@raouf-b-dev raouf-b-dev merged commit 9c2429c into develop Jan 14, 2026
1 check passed
@raouf-b-dev raouf-b-dev deleted the feature/ES-66-decouple-cross-module-dependencies-in-orders branch January 14, 2026 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant