-
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
feat: 유저 회원가입 플로우 (TEMP_USER -> USER) #10
Conversation
확인했습니다!! 해빈님 고생많으셨습니다 !! |
import jakarta.persistence.Embeddable | ||
|
||
@Embeddable | ||
class Nickname( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이렇게 객체에 제약 거는거 좋아하는건 또 어케 하시고 ..
근데 이거 코틀린에서도 자바처럼 생성자를 만들 수 있거든여 그걸 활용하는게 좋을것 같습니다.
member.updateNickname(nickname) | ||
member.updateMemberDetails(memberDetails) | ||
member.updateRole(Role.ROLE_USER) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
여기서 나중엔 백신접종내역 추가되는ㄱ게 맞나요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
넘넘 수고하셨습니다 ..
저희 일정상 플로우만 확인하고 Approve 합니다 !
감사합니다
PULL REQUEST
🎋 Issue Ticket
🔑 주요 작업사항
TEMP_USER
ROLE의 유저의 이름, 생일, 성별, 기저질환&특이사항, 백곰아이디를 입력받아USER
ROLE로 변경합니다.USER
ROLE의 AccessToken을 새로 발급하고, 이를 바탕으로 추후 메인페이지 이후 플로우의 API 구현현재 백신 조회 내역을 반영하지 않은, 순수 유저에게 입력받은 정보만을 담는 API입니다.
Request
🏞 (Optional) 참고 자료
(중요) 서브모듈이 수정되었나요?
꼭 확인해 주세요!!