Skip to content

Comments

[#308][FEAT] 수집된 사전의견 조회 api#315

Merged
juhyunO merged 6 commits intodevfrom
feat/topic-answer-get
Feb 8, 2026
Merged

[#308][FEAT] 수집된 사전의견 조회 api#315
juhyunO merged 6 commits intodevfrom
feat/topic-answer-get

Conversation

@juhyunO
Copy link
Contributor

@juhyunO juhyunO commented Feb 8, 2026

PR 요약

이 PR이 어떤 변경을 하는지 간단히 설명하고, 체크 표시는 괄호 사이에 소문자 'x'를 삽입하세요.

  • 기능 추가
  • 버그 수정
  • 코드 리팩토링
  • 문서 수정
  • 기타 (설명)

이슈 번호


주요 변경 사항

주요 파일, 로직, 컴포넌트 등을 구체적으로 적어주세요.

  • src/test/java/com/dokdok/retrospective/service/MeetingRetrospectiveServiceTest.java: 수집된 사전 의견 조회 기능에 대한 최소 성공 케이스 테스트 추가
  • src/main/java/com/dokdok/retrospective/api/MeetingRetrospectiveApi.java: 수집된 사전 의견 조회 API 스펙 추가
  • src/main/java/com/dokdok/retrospective/controller/MeetingRetrospectiveController.java: 수집된 사전 의견 조회 엔드포인트 구현
  • src/main/java/com/dokdok/retrospective/dto/response/CollectedAnswersCursor.java: 커서 DTO 추가
  • src/main/java/com/dokdok/retrospective/dto/response/CollectedAnswersCursorResponse.java: 문서용 커서 응답 DTO 추가
  • src/main/java/com/dokdok/retrospective/dto/response/MemberAnswerResponse.java: 멤버별 답변 응답 DTO 추가
  • src/main/java/com/dokdok/retrospective/service/MeetingRetrospectiveService.java: 수집된 사전 의견 조회 서비스 로직 추가
  • src/main/java/com/dokdok/topic/repository/TopicAnswerRepository.java: 커서 기반 유저 목록/답변 조회 쿼리 추가

참고 사항

리뷰어가 알아야 할 추가 정보, 테스트 방법 등을 작성해주세요.

예:

  • 테스트 계정 정보
  • 관련 API 엔드포인트
  • 로컬 테스트 방법

@juhyunO juhyunO added this to the MVP v3 milestone Feb 8, 2026
@juhyunO juhyunO requested a review from a team February 8, 2026 14:00
@juhyunO juhyunO self-assigned this Feb 8, 2026
@juhyunO juhyunO requested review from Seoyoung-Kyung and dkqpeo and removed request for a team February 8, 2026 14:00
@juhyunO juhyunO added the type:feat 기능 개발 label Feb 8, 2026
@juhyunO juhyunO requested review from JWoong-01, U-hee and onuyyy February 8, 2026 14:00
@juhyunO juhyunO linked an issue Feb 8, 2026 that may be closed by this pull request
1 task
@github-project-automation github-project-automation bot moved this to Backlog in dokdok-server Feb 8, 2026
@juhyunO juhyunO merged commit 37ffe46 into dev Feb 8, 2026
1 check passed
@github-project-automation github-project-automation bot moved this from Backlog to Done in dokdok-server Feb 8, 2026
@juhyunO juhyunO deleted the feat/topic-answer-get branch February 8, 2026 15:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

수집된 사전 의견을 조회합니다.

2 participants