Skip to content

refactor(BA-979): Add Domain service & processors #4012

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

Merged
merged 45 commits into from
Apr 4, 2025

Conversation

seedspirit
Copy link
Contributor

@seedspirit seedspirit commented Mar 19, 2025

resolves #3956 (BA-979)

Progress

  • create_domain_node
  • modify_domain_node
  • create_domain
  • modify_domain
  • delete_domain
  • purge_domain

@github-actions github-actions bot added size:XL 500~ LoC comp:manager Related to Manager component labels Mar 20, 2025
@seedspirit seedspirit changed the title refactor(BA-979) Add Domain service & processors refactor(BA-979): Add Domain service & processors Mar 20, 2025
@seedspirit seedspirit marked this pull request as ready for review March 20, 2025 08:21
@HyeockJinKim HyeockJinKim added this pull request to the merge queue Apr 4, 2025
Merged via the queue into main with commit 2a91acb Apr 4, 2025
23 checks passed
@HyeockJinKim HyeockJinKim deleted the feat/add-domain-service-processors branch April 4, 2025 10:36
Comment on lines +44 to +46
for f in fields(self):
if f.name == "domain_name":
continue
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't use fields function :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:manager Related to Manager component size:XL 500~ LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Domain Service & Processors
2 participants