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

Feature: Post 삭제 및 모든 좋아요 기능, 조회수 기능, 투표 기능 구현(#46) #48

Merged
merged 5 commits into from
Nov 4, 2024

Conversation

yooooonshine
Copy link
Member

issue

구현 의도

구현 사항

  • Post 삭제 기능 구현
  • 좋아요 기능 구현
  • Post 조회 수 기능 구현
  • 투표 기능 구현

@yooooonshine yooooonshine linked an issue Nov 4, 2024 that may be closed by this pull request
2 tasks
@PostMapping("/comments/child/{childCommentId}/like")
public ResponseEntity<DataResponse<Void>> likeChildComment(
@PathVariable Long childCommentId,
@RequestParam("likeType") LikeType likeType
Copy link
Collaborator

Choose a reason for hiding this comment

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

likeType으로 분리한게 인상적이네요. 기존에 설계한 API를 더 발전시키려는 고민이 묻어나서 보기 좋습니다.

@mng990 mng990 merged commit 7b8de09 into develop Nov 4, 2024
1 check passed
@yooooonshine yooooonshine deleted the feature/46-implement-post-delete-and-update branch November 12, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: 게시글 삭제, 변경 기능 구현
2 participants