Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor : 응답 dto 형식 통일 #59

Merged
merged 11 commits into from
Nov 10, 2024

Conversation

huncozyboy
Copy link
Member

@huncozyboy huncozyboy commented Nov 10, 2024

1. 무슨 이유로 코드를 변경했나요?

기존 class형태로 되어있던 응답 Dto를 record 형태로 통일이 필요해서 변경했습니다

2. 어떤 위험이나 장애를 발견했나요?


3. 관련 스크린샷을 첨부해주세요.


4. 완료 사항

요청 및 응답 DTO를 모두 record로 변환하여 코드 간결화 가독성 향상
수정된 DTO 구조에 맞춰 서비스와 컨트롤러를 리팩토링
DTO 필드 접근 방식 변경 getField() → field()
dto 변경 후 테스트 완료

5. 추가 사항

@huncozyboy huncozyboy requested a review from codingmy November 10, 2024 14:02
@huncozyboy huncozyboy self-assigned this Nov 10, 2024
@huncozyboy huncozyboy linked an issue Nov 10, 2024 that may be closed by this pull request
@huncozyboy huncozyboy merged commit 07b3f1c into main Nov 10, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[refactor] 응답 dto 형식 통일
1 participant