Skip to content

[FEAT] 정산관리 - 정산 계좌 정보 응답에 생년월일 포함 (#476)#477

Merged
minij02 merged 1 commit into
developfrom
feat/#476
May 22, 2026
Merged

[FEAT] 정산관리 - 정산 계좌 정보 응답에 생년월일 포함 (#476)#477
minij02 merged 1 commit into
developfrom
feat/#476

Conversation

@minij02
Copy link
Copy Markdown
Collaborator

@minij02 minij02 commented May 22, 2026

Summary

#473에서 정보 변경 화면용 GET /account/detail에만 birthDate를 추가했는데, 정산관리 화면이 사용하는 GET /accounts 응답에도 동일하게 포함시킵니다. PR #474 머지 직후 push되어 누락된 단일 커밋(17de9b6)을 develop 최신 기준으로 cherry-pick 한 follow-up.

변경

  • AccountDataDto.birthDate 추가 (CORPORATE는 null/생략)
  • getAccountInfo 응답에 birth_date 포함
  • /accounts Swagger 갱신

Test plan

  • pnpm build / pnpm tsc --noEmit 통과
  • 프론트엔드에서 /accounts 응답의 birthDate 표시 확인 후 머지

Closes #476
Related: #473, #474

🤖 Generated with Claude Code

정산관리 화면의 [정산 계좌 정보] 섹션에서 생년월일도 함께 표시하도록 응답 확장.
- AccountDataDto.birthDate 추가
- getAccountInfo 응답에 birth_date 포함 (CORPORATE는 null)
- Swagger 갱신

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@minij02 minij02 merged commit 760781f into develop May 22, 2026
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