Skip to content

[유정] 7주차 과제 제출#27

Merged
jettieb merged 2 commits into
EFUB:member/ttt-1-2from
ttt-1-2:week7
May 20, 2026
Merged

[유정] 7주차 과제 제출#27
jettieb merged 2 commits into
EFUB:member/ttt-1-2from
ttt-1-2:week7

Conversation

@ttt-1-2
Copy link
Copy Markdown
Member

@ttt-1-2 ttt-1-2 commented May 13, 2026

📌 구현 기능

  • 게시글 좋아요 생성
  • 게시글 좋아요 삭제
  • 댓글 삭제

🗂️ 과제 정리

게시글 좋아요 생성

1_글좋아요생성

게시글 좋아요 삭제

2_글좋아요삭제

댓글 삭제

3_댓글삭제

@ttt-1-2 ttt-1-2 self-assigned this May 13, 2026
@nomellc nomellc self-requested a review May 15, 2026 13:59
Copy link
Copy Markdown

@nomellc nomellc left a comment

Choose a reason for hiding this comment

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

세미나에서 배운 내용이라 더 수월하게 진행하신 것 같네요! 지난번에 말씀드린 수정사항도 잘 반영된 것 확인했습니다. 과제 하시느라 수고하셨습니다😄


@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column(name = "heart_id")
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

heart_id 만으로는 이 필드가 게시글 좋아요인지 댓글 좋아요인지 그 외의 다른 기능인지 알기가 어렵습니다. post_like_id로 하는 편이 더 명확할 것 같습니다.

@jettieb jettieb merged commit b5cd026 into EFUB:member/ttt-1-2 May 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants