[유정] 7주차 과제 제출#27
Merged
Merged
Conversation
nomellc
approved these changes
May 17, 2026
nomellc
left a comment
There was a problem hiding this comment.
세미나에서 배운 내용이라 더 수월하게 진행하신 것 같네요! 지난번에 말씀드린 수정사항도 잘 반영된 것 확인했습니다. 과제 하시느라 수고하셨습니다😄
|
|
||
| @Id | ||
| @GeneratedValue(strategy = GenerationType.IDENTITY) | ||
| @Column(name = "heart_id") |
There was a problem hiding this comment.
heart_id 만으로는 이 필드가 게시글 좋아요인지 댓글 좋아요인지 그 외의 다른 기능인지 알기가 어렵습니다. post_like_id로 하는 편이 더 명확할 것 같습니다.
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.
📌 구현 기능
🗂️ 과제 정리
게시글 좋아요 생성
게시글 좋아요 삭제
댓글 삭제