Skip to content

fix: 홈 최근 제안 받은 행동에 회고 요약 대신 다음 행동 제안 요약구 노출#280

Merged
Develop-KIM merged 1 commit into
developfrom
fix/home-recent-next-action
Jul 14, 2026
Merged

fix: 홈 최근 제안 받은 행동에 회고 요약 대신 다음 행동 제안 요약구 노출#280
Develop-KIM merged 1 commit into
developfrom
fix/home-recent-next-action

Conversation

@Develop-KIM

Copy link
Copy Markdown
Member

배경

홈 "최근 제안 받은 행동" 카드가 회고 요약(summary) 을 노출하고 있었음. 섹션 의도(제안 받은 피드백을 업무에 적용)에 맞게 다음 행동 제안 요약구(nextActionTitle) 가 보여야 함.

변경

  • 홈 전용 RecentRetrospectiveV2Response 신설 — nextAction = summary.nextActionTitle 매핑
  • HomeV2Response.recentRetrospectives 타입을 새 DTO로 교체
  • /api/v2/home 매핑을 새 DTO로 교체
  • REST Docs 필드 summarynextAction 갱신

분리 이유

공유 DTO RetrospectiveListItemV2Response회고 목록/프로젝트별/태그별 목록에서도 쓰여 회고 요약을 그대로 노출해야 하므로, 이 DTO는 건드리지 않고 홈 전용 DTO를 새로 만들어 영향 범위를 홈으로 한정.

검증

  • HomeApiTest 통과 (REST Docs nextAction 검증)
  • 전체 테스트 통과 (pre-push 훅)

🤖 Generated with Claude Code

홈 "최근 제안 받은 행동" 카드가 회고 요약(summary)을 노출하고 있어
다음 행동 제안 요약구(nextActionTitle)가 보이도록 수정.

회고 목록/프로젝트별/태그별 목록은 회고 요약을 그대로 보여줘야 하므로
공유 DTO(RetrospectiveListItemV2Response)를 건드리지 않고
홈 전용 RecentRetrospectiveV2Response를 신설해 분리.
@Develop-KIM Develop-KIM merged commit f9dc24a into develop Jul 14, 2026
1 check passed
@Develop-KIM Develop-KIM deleted the fix/home-recent-next-action branch July 14, 2026 02:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant