-
Notifications
You must be signed in to change notification settings - Fork 0
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
[bug] memberId로 User 객체를 조회하는 문제 #233
Comments
hoonyworld
added a commit
that referenced
this issue
Oct 6, 2024
hoonyworld
added a commit
that referenced
this issue
Oct 6, 2024
hoonyworld
added a commit
that referenced
this issue
Oct 6, 2024
hoonyworld
added a commit
that referenced
this issue
Oct 6, 2024
hoonyworld
added a commit
that referenced
this issue
Oct 6, 2024
hoonyworld
added a commit
that referenced
this issue
Oct 6, 2024
hoonyworld
added a commit
that referenced
this issue
Oct 6, 2024
* [#233] refactor(MemberUseCase): 메서드 이름 변경 및 추가 메서드 선언 * [#233] refactor(AdminFacade): 메서드 이름 변경사항 반영 * [#233] refactor(AdminFacade): findUserByMemberId 삭제 및 메서드 이름 변경 및 읽기 전용 트랜잭션 선언 * [#233] feat(UserUseCase): userId로 User 객체를 조회하는 메서드 선언 * [#233] feat(UserService): userId로 User 객체를 조회하는 메서드 구현 * [#233] fix(SocialLoginService): memberId로 Member 객체를 조회 후 그 회원의 userId로 User 객체를 조회하도록 수정 * [#233] refactor(SocialLoginService): Member 객체에서 직접 Users 객체를 참조하도록 변경
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug/Fix Issue 📌
Todo ✔️
The text was updated successfully, but these errors were encountered: