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/49 - 피드 관련 동작 시, 반환값 양식 수정 #50

Merged
merged 2 commits into from
Feb 27, 2024

Conversation

koojun99
Copy link
Contributor

@koojun99 koojun99 commented Feb 25, 2024

🚀 개요

피드 관련 동작 시, 반환값 양식 수정

🔍 변경사항

  • 게시글, 댓글, 답글 조회 시, 작성자의 profileId(authorId) 출력
  • 게시글 조회, 피드 조회 - 작성자와 현재 로그인한 멤버 간 branchDegree 출력
  • 반응(Reaction) 추가/삭제 직후, 해당 타입의 반응 개수 출력

⏳ 작업 내용

  • 게시글,댓글,답글의 ResponseDTO에 authorId 필드를 추가
  • 게시글 조회 ResponseDTO에 branchDegree 필드 추가
  • 게시글 조회 서비스 로직에서 calculateBranchDegree 메서드 호출
  • reactTo~ 메서드에서 사용할 수 있도록 ReactionQueryService에 특정 타입의 반응의 개수 계산 로직 추가

📝 논의사항

@koojun99 koojun99 added the ✨ feature New feature or request label Feb 25, 2024
@koojun99 koojun99 self-assigned this Feb 25, 2024
@koojun99 koojun99 linked an issue Feb 25, 2024 that may be closed by this pull request
3 tasks
@koojun99 koojun99 merged commit a8c44c0 into develop Feb 27, 2024
@koojun99 koojun99 deleted the feature/49 branch February 27, 2024 02:45
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