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

Application Service Enhancements #457

Merged
merged 1 commit into from
Aug 20, 2024
Merged

Conversation

subhashb
Copy link
Contributor

  • Introduce use_case decorator to mark methods in App service
  • Wrap application service method calls within a UoW
  • Link Application Service to an aggregate with part_of

- Introduce `use_case` decorator to mark methods in App service
- Wrap application service method calls within a UoW
- Link Application Service to an aggregate with `part_of`
@subhashb subhashb self-assigned this Aug 20, 2024
Copy link

codecov bot commented Aug 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.55%. Comparing base (9951d53) to head (b0277bb).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #457      +/-   ##
==========================================
+ Coverage   90.34%   90.55%   +0.20%     
==========================================
  Files          71       70       -1     
  Lines        6010     5919      -91     
  Branches     1205     1169      -36     
==========================================
- Hits         5430     5360      -70     
+ Misses        425      414      -11     
+ Partials      155      145      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@subhashb subhashb merged commit 4e6203b into main Aug 20, 2024
6 checks passed
@subhashb subhashb deleted the application-service-enhancements branch August 20, 2024 00:47
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