feat: 컬렉션 좋아요 기능 구현#87
Merged
Merged
Conversation
컨트롤러는 어떤 API가 필요한지 파악을 위해 스켈레톤만 작성
좋아요 수를 나타내는 likeCount와 내가 좋아요를 눌렀는지 나타내는 isLiked 필드를 응답 dto에 추가했습니다
Contributor
|
👍👍 수요일에 확인하겠습니다!! |
soonduck-dreams
approved these changes
Jul 2, 2025
Merged
soonduck-dreams
added a commit
that referenced
this pull request
Jul 15, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 요약(Summary)
컬렉션에 좋아요 기능을 구현했습니다.
closes #79
closes #80
closes #81
📸스크린샷 (선택)
💬 공유사항
좋아요 기능을 구현하면서 기존의 응답 dto를 수정했고, 관련 테스트도 수정하여 다시 pr 올립니다
✅ PR Checklist
PR이 다음 요구 사항을 충족하는지 확인하세요.