Skip to content

feat : 내 피드#401

Merged
sh0723 merged 1 commit intodevelopfrom
feat/be-45
Oct 26, 2025
Merged

feat : 내 피드#401
sh0723 merged 1 commit intodevelopfrom
feat/be-45

Conversation

@sh0723
Copy link
Contributor

@sh0723 sh0723 commented Sep 28, 2025

📌 Related Issue

be-45

🚀 Description

  • 내 피드는 내가 속한 그룹에서 댓글 활동이 있는 solution들을 가져와 해당 soultionId와 속한 group의 Id를 반환해주는 API입니다!

📢 Review Point

  • 테스트를 돌릴만한 부분이 없어서 테스트 코드는 작성하지 않았습니다!
  • User - GroupMember - StudyGroup - Problem - solution - solutionComment로 db를 조회하는 횟수가 많아서 인덱스를 통해 더 빠르게 가져올 수 있도록 했습니다

📚Etc (선택)

@sh0723 sh0723 self-assigned this Sep 28, 2025
@sh0723 sh0723 added the new-feature 기능 추가 label Sep 28, 2025
@linear
Copy link

linear bot commented Sep 28, 2025

BE-45 내 피드 API

@channeltalk
Copy link

channeltalk bot commented Sep 28, 2025

@github-actions github-actions bot requested a review from hwangjokim September 28, 2025 11:48
@github-actions
Copy link

Test Results

 19 files   19 suites   6s ⏱️
318 tests 318 ✅ 0 💤 0 ❌
320 runs  320 ✅ 0 💤 0 ❌

Results for commit 3a85c72.

Copy link
Contributor

@rladmstn rladmstn left a comment

Choose a reason for hiding this comment

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

딱히 피드백 드릴 부분이 크지 않네요! 수고하셨습니담

Comment on lines +3 to +4
public record GetSolutionCommentActivity(Long solutionId, Long groupId) {
}
Copy link
Contributor

Choose a reason for hiding this comment

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

오잉 생각보다 정보가 덜 필요하군요!
solutionId랑 groupId 주면 프론트가 댓글 목록이랑 풀이 모두 조회해서 사용하는걸까요??
처음엔 관련된 정보(ex: 댓글 작성자, 댓글 내용, 풀이 내용, soltuionId 등..)를 DTO에 다 담아서 모두 주는걸로 생각했었거든요!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

기존에 있던 API를 재사용하실 것 같더라구요! 그래서 solutionId와 groupId만 반환해달라고 요청받았습니다!

Copy link
Contributor

Choose a reason for hiding this comment

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

오호 프론트가 API 재사용을 야무지게 하나보네요 굿입니다 👍

Copy link
Contributor

@junggyo1020 junggyo1020 left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 :)

Copy link
Contributor

@rladmstn rladmstn left a comment

Choose a reason for hiding this comment

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

수과셧슴니다!

Copy link
Contributor

@s-hwan s-hwan left a comment

Choose a reason for hiding this comment

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

고생하셨어요 !👍

@sh0723 sh0723 merged commit 111e844 into develop Oct 26, 2025
3 checks passed
hwangjokim pushed a commit that referenced this pull request Jan 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-feature 기능 추가

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants