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]/#68-피드조회 시, treeId, treeName 함께 반환 #69

Merged
merged 1 commit into from
Mar 7, 2024

Conversation

koojun99
Copy link
Contributor

@koojun99 koojun99 commented Mar 7, 2024

🚀 개요

피드 조회 동작 실행 시, 트리하우스의 id(treeId), 트리하우스 이름(treeName)도 함께 반환하도록 추가했습니다.

🔍 변경사항

  • PostResponseDTO의 getFeed 호출 시, treeId, treeName 필드 추가
  • 기존의 Post 정보들을 담던 필드를 리스트 형태의 DTO로 모아 getFeed DTO의 필드로써 존재하도록 변경

⏳ 작업 내용

  • GET /trees/{treeId}/feed 의 반환 DTO를 리스트 형태가 아닌 하나의 getFeed DTO로 변경

📝 논의사항

@koojun99 koojun99 added the ✨ feature New feature or request label Mar 7, 2024
@koojun99 koojun99 self-assigned this Mar 7, 2024
@koojun99 koojun99 linked an issue Mar 7, 2024 that may be closed by this pull request
2 tasks
@koojun99 koojun99 merged commit de44e4b into develop Mar 7, 2024
@koojun99 koojun99 deleted the feature/68 branch March 7, 2024 05:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 [feature]: 피드 조회 시, 트리하우스 관련 정보 포함시키기
1 participant