Skip to content

Comments

refactor: remove webhook use cases in favor of domain services#450

Merged
NathaelB merged 1 commit intomainfrom
449-migrate-webhook-endpoints
Sep 5, 2025
Merged

refactor: remove webhook use cases in favor of domain services#450
NathaelB merged 1 commit intomainfrom
449-migrate-webhook-endpoints

Conversation

@LeadcodeDev
Copy link
Contributor

This commit restructures webhook functionality to use domain services directly rather than use cases. It removes the separate use case layer and moves the webhook handling logic into domain services with proper policy enforcement.

This commit restructures webhook functionality to use domain services
directly rather than use cases. It removes the separate use case layer
and moves the webhook handling logic into domain services with proper
policy enforcement.
@LeadcodeDev LeadcodeDev added this to the v0.2.0 milestone Sep 5, 2025
@LeadcodeDev LeadcodeDev self-assigned this Sep 5, 2025
@LeadcodeDev LeadcodeDev linked an issue Sep 5, 2025 that may be closed by this pull request
@LeadcodeDev LeadcodeDev changed the title refactor: remove use cases in favor of domain services refactor: remove webhook use cases in favor of domain services Sep 5, 2025
@NathaelB NathaelB merged commit bd610ba into main Sep 5, 2025
4 of 9 checks passed
@NathaelB NathaelB deleted the 449-migrate-webhook-endpoints branch September 5, 2025 00:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Migrate webhook endpoints

2 participants