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-56 fix: 사용자 회원 가입 시 선택할 수 있는 회원 유형을 피플 또는 의뢰자로 제한 #49

Merged
merged 3 commits into from
Apr 1, 2024

Conversation

scv1702
Copy link
Member

@scv1702 scv1702 commented Apr 1, 2024

✨ 구현한 기능

  • 기존에는 "memberType": "ROLE_ADMIN" 등 선택할 수 없는 회원 유형으로 회원 가입 시도 시 회원 가입이 성공적으로 진행 됐는데, 이를 custom validator를 통해 DTO 레이어에서 회원 가입 요청을 거절했습니다.

📢 논의하고 싶은 내용

  • 현재 테스트가 대략적으로 1분이 걸립니다. 이는 생산성을 상당히 저하하기 때문에 개선이 필요하다고 생각합니다.

🎸 기타

Copy link
Member

@wlgns12370 wlgns12370 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!

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.

2 participants