Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-factor the order domain to implement tactical design #7

Closed
humank opened this issue Jun 30, 2019 · 1 comment
Closed

re-factor the order domain to implement tactical design #7

humank opened this issue Jun 30, 2019 · 1 comment

Comments

@humank
Copy link
Owner

humank commented Jun 30, 2019

from order establish, refactor for the following items.

  • Domain Events publish for cloudwatch event
  • Add a DTO for incoming request body translation
  • pass the DTO into Domain Service (a.k.a add a OrderService)
  • OrderService deal with DTO, leverage Order entity
  • publish event from OrderService
  • Add a Repository for Order data in DDB
@humank
Copy link
Owner Author

humank commented Jul 1, 2019

solved.

@humank humank closed this as completed Jul 1, 2019
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

No branches or pull requests

1 participant