[REFACTOR/#179] 외부 API 요청 트랜잭션 분리를 위한 Facade 패턴 도입#180
Merged
JungYoonShin merged 8 commits intodevelopfrom Jun 12, 2025
Merged
Conversation
ppparkta
approved these changes
May 26, 2025
Member
ppparkta
left a comment
There was a problem hiding this comment.
설계에 대한 고민을 많이 해주셨던 것이 기억나는데, 좋은 방향으로 수정된 것 같아요!
계층 별로 책임도 분명하고요. 고생많으셨습니다 😄
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📄 Work Description
⚙️ ISSUE
💬 To Reviewers
🔆 외부 API 요청 트랜잭션 분리를 위한 Facade 패턴 도입
AS-ISTO-BEMemberService와TokenService를 분리했어요.MemberService: 회원 도메인 중심의 핵심 로직 (회원 가입, 정보 저장, 검증 등)TokenService:인증 관련 로직 (토큰 저장, 무효화, 로그아웃)Facade: 흐름 제어 및 외부 API 연계🔆 트래잭션 분리에 대한 테스트 실행
🔗 Reference
https://xxeol.tistory.com/48
책임 분리가 모호한 부분이나, 우려되는 지점?, 궁금증 등등 아무 코멘트 다 좋습니당 ㅎㅎ