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

[IMPROVE] 반환 DTO id에 도메인 명시 #172

Open
silverzoo opened this issue Dec 4, 2024 · 0 comments
Open

[IMPROVE] 반환 DTO id에 도메인 명시 #172

silverzoo opened this issue Dec 4, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@silverzoo
Copy link
Contributor

✍️ 개선 내용 요약

반환 DTO id에 도메인 명시

🔍 개선 이유

코치님 피드백: 반환시에는 키가 id 만 가는 것보다 도메인명을 명시해주는 것이 좋다.

  1. 매핑이 쉽게 엔티티에서부터 도메인명Id로 수정하는 방식
  2. 반환DTO의 id만 도메인명Id로 명시

두가지 방식이 있음.

🛠️ 개선 작업 상세 내용

모든 반환 DTO에 있는 id 필드를 도메인명Id로 수정한다.

📈 예상 결과

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant