Skip to content

Comments

[#336][FEAT] 약속회고 생성#338

Merged
juhyunO merged 2 commits intodevfrom
feat/meeting-retrospective-post
Feb 22, 2026
Merged

[#336][FEAT] 약속회고 생성#338
juhyunO merged 2 commits intodevfrom
feat/meeting-retrospective-post

Conversation

@juhyunO
Copy link
Contributor

@juhyunO juhyunO commented Feb 21, 2026

PR 요약

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

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

이슈 번호


주요 변경 사항

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

  • src/test/java/com/dokdok/retrospective/service/MeetingRetrospectiveServiceTest.java: 약속회고 생성 기능 테스트 추가
  • src/test/java/com/dokdok/retrospective/service/RetrospectiveSummaryServiceTest.java: 약속회고 생성 기능 테스트 추가
  • src/main/java/com/dokdok/meeting/entity/Meeting.java: 약속회고 생성 API에 필요한 도메인 연계/필드 변경
  • src/main/java/com/dokdok/retrospective/api/RetrospectiveSummaryApi.java: 약속회고 생성 API 추가
  • src/main/java/com/dokdok/retrospective/controller/RetrospectiveSummaryController.java: 약속회고 생성 엔드포인트 추가
  • src/main/java/com/dokdok/retrospective/dto/response/RetrospectiveSummaryResponse.java: 약속회고 생성 응답 DTO 추가
  • src/main/java/com/dokdok/retrospective/exception/RetrospectiveErrorCode.java: 약속회고 관련 에러 코드 추가/수정
  • src/main/java/com/dokdok/retrospective/service/MeetingRetrospectiveService.java: 약속회고 생성 비즈니스 로직 추가
  • src/main/java/com/dokdok/retrospective/service/RetrospectiveSummaryService.java: 약속회고 요약 생성 로직 추가
  • src/test/java/com/dokdok/retrospective/service/RetrospectiveSummaryServiceTest.java: 약속회고 생성 테스트 보강/추가

참고 사항

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

예:

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

@juhyunO juhyunO added this to the MVP v3 milestone Feb 21, 2026
@juhyunO juhyunO requested a review from a team February 21, 2026 08:19
@juhyunO juhyunO self-assigned this Feb 21, 2026
@juhyunO juhyunO requested review from Seoyoung-Kyung, dkqpeo and onuyyy and removed request for a team February 21, 2026 08:19
@juhyunO juhyunO added the type:feat 기능 개발 label Feb 21, 2026
@juhyunO juhyunO requested review from JWoong-01 and U-hee February 21, 2026 08:19
@juhyunO juhyunO linked an issue Feb 21, 2026 that may be closed by this pull request
@juhyunO juhyunO merged commit ffa2acf into dev Feb 22, 2026
1 check passed
@github-project-automation github-project-automation bot moved this from Backlog to Done in dokdok-server Feb 22, 2026
@juhyunO juhyunO deleted the feat/meeting-retrospective-post branch February 22, 2026 04:38
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