[Feat] 장소 좋아요 등록/취소 API 구현#66
Merged
Merged
Conversation
…t/64-place-like-service
yangjiae12
previously approved these changes
Jul 19, 2026
yangjiae12
left a comment
Member
There was a problem hiding this comment.
좋아요 등록 및 취소의 경우는 멱등하게 처리하는 방식도 고려해볼 수 있을 것 같습니다! 이미 좋아요를 누른 상태에서 다시 좋아요를 누르거나, 이미 취소된 상태에서 다시 취소 요청이 와도 최종 상태는 동일하니까 성공으로 처리하는 방식도 많이 사용하는 거 같습니다. 다만 현재 구현도 문제는 없으니 한번 생각해 보고 자유롭게 수정하시면 되겠습니다!
…t/64-place-like-service
Collaborator
Author
|
말씀 주신대로 동일요청 반복 시 최종 상태가 동일하게 되도록 멱등하게 처리했습니다! |
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.
📌 PR 설명
1L사용🔗 연관된 이슈
Resolves: #64
📝 리뷰 요구사항
💻 테스트 결과