-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Remove/#606] CRM 모듈 삭제 #607
Conversation
Walkthrough이번 변경 사항은 CRM 관련 의존성과 모듈을 전체적으로 제거하는 작업입니다. API 모듈에서는 더 이상 CRM 모듈에 대한 의존성이 존재하지 않으며, 관련 설정 및 구성 클래스들도 삭제되었습니다. 도메인 영역에서는 CRM 도메인 내의 빌드 설정, 컨트롤러, 구성, 도메인 엔티티, 이벤트, 핸들러, 리포지토리, 유즈케이스 및 뷰 등이 전반적으로 제거되어 전체 프로젝트 구조에서 CRM 모듈이 제외되었습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant Client as 클라이언트
participant API as API 모듈
Client->>API: 요청 전송
API->>API: CRM 관련 구성 없이 요청 처리
API-->>Client: 응답 반환
Poem
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CRM 도메인 삭제 작업 확인했습니다
🎫 연관 이슈
resolved: #606
💁♂️ PR 내용
🙏 작업
🙈 PR 참고 사항
📸 스크린샷
🚩 추가된 SQL 운영계 실행계획
🤖 테스트 체크리스트
Summary by CodeRabbit