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

GETP-199 refactor: service term 컴포넌트의 persistence adapter 모듈 분리 #131

Merged
merged 4 commits into from
Aug 21, 2024

Conversation

scv1702
Copy link
Member

@scv1702 scv1702 commented Aug 21, 2024

✨ 구현한 기능

  • service term 컴포넌트의 persistence adapter 모듈 분리
  • 회원 가입의 서비스 약관 동의 시 애플리케이션에 등록된 모든 필수 서비스 약관 동의 여부를 검증하지 않는 오류 수정(기존에는 회원 가입 요청에 담긴 필수 서비스 약관 동의 여부만 검증)
  • 컨트롤러 단위 테스트 시 reflection을 통해 의존성 등록하도록 구현

📢 논의하고 싶은 내용

🎸 기타

Copy link

github-actions bot commented Aug 21, 2024

Test Results

133 tests  +2   133 ✅ +2   12s ⏱️ -2s
 87 suites +2     0 💤 ±0 
 87 files   +2     0 ❌ ±0 

Results for commit 0b607fd. ± Comparison against base commit 68d20ed.

♻️ This comment has been updated with latest results.

@scv1702 scv1702 merged commit 9c3e7b1 into develop Aug 21, 2024
2 checks passed
@scv1702 scv1702 deleted the refactor/GETP-199 branch August 21, 2024 12:45
scv1702 added a commit that referenced this pull request Sep 12, 2024
* GETP-199 rename: member 컴포넌트의 exception 모듈을 응집성이 높은 방향으로 분리

* GETP-199 refactor: service term 컴포넌트의 application 모듈 분리

* GETP-199 feat: 서비스 약관 동의에 대한 역할을 member 도메인 모델로 이동

* GETP-199 feat: 컨트롤러 단위 테스트 시 reflection을 통해 의존성 등록하도록 구현
scv1702 added a commit that referenced this pull request Sep 12, 2024
* GETP-199 rename: member 컴포넌트의 exception 모듈을 응집성이 높은 방향으로 분리

* GETP-199 refactor: service term 컴포넌트의 application 모듈 분리

* GETP-199 feat: 서비스 약관 동의에 대한 역할을 member 도메인 모델로 이동

* GETP-199 feat: 컨트롤러 단위 테스트 시 reflection을 통해 의존성 등록하도록 구현
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant