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

✨ 이력서 좋아요 여부 추가 #37

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

namkikim0718
Copy link
Member

#️⃣연관된 이슈

📝작업 내용

  • 이력서 목록 및 상세 조회 응답에 isLiked 필드를 추가해 좋아요 여부를 함께 반환하도록 설정했습니다.
  • 두 가지 엔드포인트 모두 로그인 사용자인 경우 토큰으로 사용자를 식별하고, 비로그인 사용자인 경우 토큰이 없이 요청을 보내므로 모든 isLiked에 false로 설정해 반환합니다.

Copy link
Member

@speardragon speardragon left a comment

Choose a reason for hiding this comment

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

LGTM!

@namkikim0718 namkikim0718 merged commit 849c918 into develop Oct 30, 2024
1 check passed
@namkikim0718 namkikim0718 deleted the 36-이력서-조회시-isLiked-체크-구현 branch November 6, 2024 08:31
@namkikim0718 namkikim0718 added ✨ Feature 기능 개발 and removed enhancement labels Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BE | Spring] 이력서 조회시 isLiked 체크 구현
2 participants