refactor: 그루밍 레벨 엔티티 필드 구성 변경 -> 그루밍 레벨이 필요한 로직에 수정 반영#133
Merged
Conversation
Member
|
감사합니다 송현님. 정말 수고 많으셨습니다!!!🥲 |
myqewr
approved these changes
Jun 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🌱 관련 이슈
📌 작업 내용 및 특이사항
[변경된 사항]

순한맛,매운맛으로 관리되던 명칭을,일반모드,진심모드로 변경했습니다.mode필드를 추가해 각 모드와 점수 구간별로 로우를 관리하고 User 엔티티에서 GroomingLevel 필드를 normalMode, TruthMode 두 가지로 분리하는 방법과, GroomingLevel 하나의 로우에서 일반모드, 진심모드 두 가지 경우를 모두 관리하는 방법 중 2번째 방법을 선택했습니다.description필드에서 줄바꿈이 필요한 부분에\n(이스케이프)추가해줬습니다.[변경전]

[변경후]

[결과]

🔍 참고사항
📚 기타