Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat : 게시글 좋아요 관련 엔터티 설계 및 구현 #28

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

changhyun-jang
Copy link
Contributor

@changhyun-jang changhyun-jang commented Jul 6, 2024

#️⃣연관된 이슈 번호

closed #25

📝작업 내용

  • 좋아요관련 엔터티를 설계 및 구현 하였습니다.
  • softDelete와 hardDelete를 고민하던 중 softDelete를 하더라도 해당 데이터들의 필요성이 없기에 hardDelete를 하기로 결정하였습니다.
  • Post와 Member에 대해 단방향 연관관계를 설정하고, N:1 관계를 설정하였습니다.

💬리뷰 요구사항

  • 이해안가는 부분이 있다면 리뷰달아주세요.

@songhyeon99 songhyeon99 added Type: Feature/Function 새로운 기능 및 개선 사항 Status: In Progress 현재 처리 중인 이슈 labels Jul 8, 2024
@changhyun-jang changhyun-jang changed the title [Refactor] 게시글 좋아요 관련 엔터티 설계 및 구현 feat : 게시글 좋아요 관련 엔터티 설계 및 구현 Jul 14, 2024
@changhyun-jang changhyun-jang merged commit e95f24e into main Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: In Progress 현재 처리 중인 이슈 Type: Feature/Function 새로운 기능 및 개선 사항
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat : 게시글 댓글 및 좋아요 기능 추가
2 participants