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

findMemberIdAfterSaveMember 메서드와 관련된 로직과 도메인을 분리한다. #67

Closed
sjhjack opened this issue Jan 25, 2025 · 0 comments · Fixed by #68
Closed

Comments

@sjhjack
Copy link
Contributor

sjhjack commented Jan 25, 2025

📑 개요

🚀 상세 작업 내용


  • 메서드 명 변경
  • findMemberIdAfterSaveMember 메서드 관련 로직 분리 및 연관된 도메인 구조 변경
  • 변경 사항 반영하여 테스트 코드 재작성

⏰ 예상 소요 시간


5시간

📁 ETC


@sjhjack sjhjack self-assigned this Jan 25, 2025
@sjhjack sjhjack moved this to 🚀 In Progress in What's Your Plan Jan 25, 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
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
Facade Layer 추가와 AuthDomainService의 제거로 인해 전체적인 코드가 변경되었습니다.
따라서 기존에 작성했던 테스트 코드를 변경 사항에 맞게 재작성했습니다.
또한, 기존 AuthServiceImpl -> AuthMemberFacadeImpl 로 클래스 명이 변경됨으로 인해 AuthServiceImplTest -> AuthMemberFacadeImplTest 로 변경했습니다.
@sjhjack sjhjack changed the title findMemberIdAfterSaveMember 메서드를 분리한다. findMemberIdAfterSaveMember 메서드와 관련된 로직과 도메인을 분리한다. Jan 26, 2025
sjhjack added a commit that referenced this issue Jan 31, 2025
인터페이스가 없는 클래스의 클래스 명에서 impl을 제거합니다.
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
Projects
Status: ✅ Done
1 participant