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: 피드(게시글 목록) 조회 API #36

Merged
merged 4 commits into from
May 24, 2024
Merged

Feat: 피드(게시글 목록) 조회 API #36

merged 4 commits into from
May 24, 2024

Conversation

koojun99
Copy link
Contributor

@koojun99 koojun99 commented May 23, 2024

🚀 개요

피드(게시글 목록) 조회하는 API의 구현

🔍 변경사항

  • 피드(게시글 목록) 조회하는 API의 구현
  • 특정 Treehouse에 작성된 모든 게시글을 불러오는 메서드 findAllByTreehouse 작성
  • PostResopnseDTO.getPostDetails에 특정 게시글에 달린 댓글의 개수를 나타내는 commentCount 추가

⏳ 작업 내용

  • GET /treehouses/{treehouseId}/feeds

📝 논의사항

신고한 게시물과 탈퇴 및 차단한 사용자가 작성한 게시물은 제외하는 로직을 추가할 예정입니다.
감정표현(리액션) 기능 구현 이후 reactionList 필드 추가할 예정입니다,

@koojun99 koojun99 added ✨ feat New feature or request 🔨 code_edit 자잘한 수정 labels May 23, 2024
@koojun99 koojun99 self-assigned this May 23, 2024
@koojun99 koojun99 linked an issue May 23, 2024 that may be closed by this pull request
1 task
@koojun99 koojun99 requested a review from CYY1007 May 23, 2024 06:24
@CYY1007 CYY1007 merged commit f680d70 into develop May 24, 2024
HyoBN pushed a commit that referenced this pull request Aug 9, 2024
Feat: 피드(게시글 목록) 조회 API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 code_edit 자잘한 수정 ✨ feat New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 [feature] 피드(게시글 목록) 조회 API 구현
2 participants