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

[refactor] : Chatbot 도메인을 DDD 구조로 리팩토링한다 #93

Merged
merged 6 commits into from
Nov 27, 2024

Conversation

bbbang105
Copy link
Member

✅ PR 유형

어떤 변경 사항이 있었나요?

  • 새로운 기능 추가
  • 버그 수정
  • 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
  • 코드 리팩토링
  • 주석 추가 및 수정
  • 문서 수정
  • 빌드 부분 혹은 패키지 매니저 수정
  • 파일 혹은 폴더명 수정
  • 파일 혹은 폴더 삭제

📝 작업 내용

이번 PR에서 작업한 내용을 간략히 설명해주세요(이미지 첨부 가능)

  • 불필요한 dump 파일 제거

변경된 Chatbot 도메인 패키지 구조

chatbot
├── application
│   ├── dto
│   │   ├── request
│   │   └── response
│   ├── factory
│   └── service
├── domain
│   ├── enums
│   └── service
├── infra
│   ├── adapter
│   └── config
├── presentation
└── status
  1. 클로바 API 요청에 필요한 DTO를 구성하는 팩토리를 factory 패키지로 분리하였습니다.
  2. 외부 API 호출은 domain 내에서 인터페이스를 만들고, infra -> adapter 내에서 구현하는 방식으로 리팩토링하였습니다.

✏️ 관련 이슈

본인이 작업한 내용이 어떤 Issue Number와 관련이 있는지만 작성해주세요


🎸 기타 사항 or 추가 코멘트

@bbbang105 bbbang105 added 🚀 feat 새로운 기능 추가 / 일부 코드 추가 / 일부 코드 수정 (리팩토링과 구분) / 디자인 요소 수정 🔄 refactor 코드 리팩토링 ✂️ remove 패키지 혹은 폴더, 클래스 삭제 ⚒️ chore 빌드 부분 혹은 패키지 매니저 수정 사항 🤯 SANGHO 상호 Issue or PR labels Nov 27, 2024
@bbbang105 bbbang105 requested a review from juuuunny November 27, 2024 10:04
@bbbang105 bbbang105 self-assigned this Nov 27, 2024
Copy link
Contributor

@juuuunny juuuunny left a comment

Choose a reason for hiding this comment

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

클로바 정보에 맞게 factory로 따로 빼둔 것도 좋네요!
수고하셨습니다.

@bbbang105 bbbang105 merged commit 859b0a3 into refactor-v1 Nov 27, 2024
@bbbang105 bbbang105 deleted the feature/#78/chatbot-refactoring branch November 27, 2024 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚒️ chore 빌드 부분 혹은 패키지 매니저 수정 사항 🚀 feat 새로운 기능 추가 / 일부 코드 추가 / 일부 코드 수정 (리팩토링과 구분) / 디자인 요소 수정 🔄 refactor 코드 리팩토링 ✂️ remove 패키지 혹은 폴더, 클래스 삭제 🤯 SANGHO 상호 Issue or PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants