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

Dto 의 필드값에 각각의 엔티티 Prefix 추가하는 것으로 통일 #185

Draft
wants to merge 28 commits into
base: main
Choose a base branch
from

Conversation

vanillacake369
Copy link
Collaborator

@vanillacake369 vanillacake369 commented Jan 20, 2024

개요

responseDto 의 필드값에 각각의 엔티티 prefix를 추가하여 통일했습니다.

작업사항

  • responseDto 의 필드값에 엔티티 prefix 추가
  • 각각의 Mapper 에 대한 @mapping 변경
  • responseDto 변경에 따른 queryDsl 로직 처리 변경

관련 이슈

refactor : UserSellOnProgressResponseDto 에 "sell" prefix 추가
@vanillacake369 vanillacake369 added the refactoring 리팩토링 사항입니다. label Jan 20, 2024
Copy link

Test Results

56 tests   46 ✅  4s ⏱️
27 suites  10 💤
27 files     0 ❌

Results for commit c0b57f4.

@vanillacake369 vanillacake369 changed the title ㅁㄴ라ㅣ넘이라 Dto 의 필드값을 통일 Jan 20, 2024
@vanillacake369 vanillacake369 marked this pull request as ready for review January 20, 2024 20:18
@vanillacake369 vanillacake369 changed the title Dto 의 필드값을 통일 Dto 의 필드값에 각각의 엔티티 Prefix 추가하는 것으로 통일 Jan 20, 2024
@vanillacake369 vanillacake369 marked this pull request as draft January 30, 2024 03:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring 리팩토링 사항입니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dto 의 필드값 통일
1 participant