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

[fix][#2] 소셜로그인 반환값에 최초로그인인지 여부 추가 & [feat][#2] 소셜로그인 후에 이어지는 직군 선택 api 구현 #92

Merged
merged 5 commits into from
Aug 29, 2024

Conversation

lee-june-young
Copy link
Collaborator

@lee-june-young lee-june-young commented Aug 29, 2024

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • 소셜로그인 반환값에 최초로그인인지 여부 추가 -> 최초로그인이라면 직군선택 페이지로 이동하기 위함
  • 소셜로그인 후에 이어지는 직군 선택 api 구현

📝 참고사항

[로그인~직군선택 플로우]

  • 소셜로그인 시 -> User엔티티에 JOB이 UNDEFINE인채로 User가 생성됨
  • 직군선택 api 요청 -> User의 JOB을 요청한 것(=개발자 혹은 디자이너)에 해당하는 ENUM name으로 Update 해줌.

📚 기타

  • 소셜로그인 매칭되는 ENUM이 없으면 에러나게 고침
  • 직군 선택 api 요청시, ENUM 밸류값을 받기 때문에 requestBody의 job에 디자이너, 개발자로 요청해야함
  • 현재 JOB에 들어있는 값들.
    ALL("공통"),
    DESIGNER("디자이너"),
    DEVELOPER("개발자"),
    UNDEFINE("미설정");

@lee-june-young lee-june-young changed the title [fix][#2] 소셜로그인 반환값에 최초로그인인지 여부 추가 & 소셜로그인 후에 이어지는 직군 선택 api 구현 [fix][#2] 소셜로그인 반환값에 최초로그인인지 여부 추가 & [feat][#2] 소셜로그인 후에 이어지는 직군 선택 api 구현 Aug 29, 2024
@sejoon00 sejoon00 merged commit 992c53c into main Aug 29, 2024
1 check passed
@lee-june-young lee-june-young linked an issue Aug 29, 2024 that may be closed by this pull request
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.

✨ 회원 가입 ✨ OAuth 로그인 연동
2 participants