-
Notifications
You must be signed in to change notification settings - Fork 1
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
findMemberIdAfterSaveMember 메서드와 관련된 로직과 도메인을 분리한다. #67
Comments
sjhjack
added a commit
that referenced
this issue
Jan 26, 2025
sjhjack
added a commit
that referenced
this issue
Jan 26, 2025
메서드 명이 직관적이지 않다는 피드백을 받았습니다. 이에 After를 Or로 변경합니다.
sjhjack
added a commit
that referenced
this issue
Jan 26, 2025
sjhjack
added a commit
that referenced
this issue
Jan 26, 2025
AuthService, MemberService, AuthDomainService 간 의존성 제거를 위해 Facade Layer 추가
sjhjack
added a commit
that referenced
this issue
Jan 26, 2025
AuthDomainServiceImpl -> MemberServiceImpl 위치 변경 public -> private 변경 saveAuthData -> saveNewMember 메서드명 변경
sjhjack
added a commit
that referenced
this issue
Jan 26, 2025
sjhjack
added a commit
that referenced
this issue
Jan 26, 2025
sjhjack
added a commit
that referenced
this issue
Jan 26, 2025
sjhjack
added a commit
that referenced
this issue
Jan 26, 2025
sjhjack
added a commit
that referenced
this issue
Jan 26, 2025
Facade Layer 추가와 AuthDomainService의 제거로 인해 전체적인 코드가 변경되었습니다. 따라서 기존에 작성했던 테스트 코드를 변경 사항에 맞게 재작성했습니다. 또한, 기존 AuthServiceImpl -> AuthMemberFacadeImpl 로 클래스 명이 변경됨으로 인해 AuthServiceImplTest -> AuthMemberFacadeImplTest 로 변경했습니다.
10 tasks
sjhjack
added a commit
that referenced
this issue
Jan 28, 2025
sjhjack
added a commit
that referenced
this issue
Jan 31, 2025
sjhjack
added a commit
that referenced
this issue
Jan 31, 2025
sjhjack
added a commit
that referenced
this issue
Feb 8, 2025
sjhjack
added a commit
that referenced
this issue
Feb 8, 2025
Refactor: findMemberIdAfterSaveMember 메서드와 관련된 로직과 도메인을 분리
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
📑 개요
🚀 상세 작업 내용
⏰ 예상 소요 시간
5시간
📁 ETC
The text was updated successfully, but these errors were encountered: