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

[feat][#93] 온보딩 상태 관련 api 구현 #100

Merged
merged 4 commits into from
Aug 30, 2024
Merged

Conversation

lee-june-young
Copy link
Collaborator

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • 온보딩 상태 조회
  • 온보딩 상태 업데이트

📝 참고사항

📚 기타

@lee-june-young lee-june-young linked an issue Aug 30, 2024 that may be closed by this pull request
@AuthUser User user
) {
return ResponseEntity.ok(userService.getUserOnboardStatus(user));
}
Copy link
Member

Choose a reason for hiding this comment

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

이렇게 상태 조회 api를 만드는 것보다 login시에 온보딩 상태도 같이 보내주고, userController에 있는 GET /me api에 유저 상태 정보를 주는걸 추가하는거 어떻게 생각해용?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

로그인 결과값으로만 온보딩 여부를 주면, 온보딩 하다가 나갔다가 다시 들어왔을 때 온보딩 상태 여부를 모를 것 같아서 온보딩상태조회 api를 따로 만들었어요!

GET /me api에 유저 상태 정보를 주는걸 추가가 혹시 뭘 의미하는걸까요?? 아직은 안쓰고 있는 api인데 여기 온보딩 상태만 내려주는걸로 바꾸는거러 제안하신건가용?

@lee-june-young lee-june-young merged commit 0046222 into main Aug 30, 2024
1 check passed
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.

✨ 온보딩 api
3 participants