Skip to content

[김남우] 7주차 과제 제출#29

Merged
jettieb merged 6 commits into
EFUB:member/namwoooofrom
namwoooo:main
May 20, 2026
Merged

[김남우] 7주차 과제 제출#29
jettieb merged 6 commits into
EFUB:member/namwoooofrom
namwoooo:main

Conversation

@namwoooo
Copy link
Copy Markdown

📌 구현 기능

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

🗂️ 과제 정리

댓글 삭제

댓글 삭제

게시물 좋아요 생성

게시물좋아요생성

게시물 좋아요 삭제

게시물좋아요삭제

@namwoooo namwoooo requested a review from nomellc May 14, 2026 11:14
@namwoooo namwoooo self-assigned this May 14, 2026
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.

세미나에서 배운 내용을 복습하는 과제였는데 크게 수정할 부분 없이 잘 작성해주신 것 같습니다. 수고하셨습니다😄

@Entity
@Getter
@NoArgsConstructor(access = AccessLevel.PROTECTED)
public class PostLike {
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

PostLike도 사용자가 게시글에 좋아요를 누른 이력을 나타내는 하나의 도메인 데이터이므로 createdAt을 관리할 수 있도록 BaseEntity를 상속하는 것도 좋을 것 같습니다.

@jettieb jettieb merged commit b2b3cc1 into EFUB:member/namwoooo 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