Skip to content

Comments

refactor: 그루밍 레벨 엔티티 필드 구성 변경 -> 그루밍 레벨이 필요한 로직에 수정 반영#133

Merged
hisonghy merged 1 commit intodevelopfrom
refactor/#132
Jun 11, 2025
Merged

refactor: 그루밍 레벨 엔티티 필드 구성 변경 -> 그루밍 레벨이 필요한 로직에 수정 반영#133
hisonghy merged 1 commit intodevelopfrom
refactor/#132

Conversation

@hisonghy
Copy link
Member

@hisonghy hisonghy commented Jun 10, 2025

🌱 관련 이슈

📌 작업 내용 및 특이사항

[변경된 사항]
스크린샷 2025-06-10 오후 3 50 49


  • 그루밍 레벨 변경된 부분을 반영했습니다.
  • 기존 그루밍 레벨 점수 구간 별로 순한맛, 매운맛 으로 관리되던 명칭을, 일반모드, 진심모드 로 변경했습니다.
  • 각 레벨의 모드별 요약정보, 설명 필드를 추가했습니다.
  • GroomingLevel 엔티티에서 mode 필드를 추가해 각 모드와 점수 구간별로 로우를 관리하고 User 엔티티에서 GroomingLevel 필드를 normalMode, TruthMode 두 가지로 분리하는 방법과, GroomingLevel 하나의 로우에서 일반모드, 진심모드 두 가지 경우를 모두 관리하는 방법 중 2번째 방법을 선택했습니다.
  • description 필드에서 줄바꿈이 필요한 부분에 \n(이스케이프) 추가해줬습니다.
  • 그루밍 레벨 엔티티 변경으로 인해 수정이 필요한 로직을 모두 수정한 후, 테스트까지 완료했습니다. (그루밍 레벨 생성/수정/삭제, 그루밍 테스트 제출/이력 상세 조회, 로그인 유저 정보 응답, 유저 정보 응답)

[변경전]
스크린샷 2025-06-10 오후 3 40 57

[변경후]
스크린샷 2025-06-10 오후 3 40 10

[결과]
스크린샷 2025-06-10 오후 3 43 28


🔍 참고사항

  • Github Actions Secrets 와 배포환경 DB에 변경사항 반영했습니다.

📚 기타

@hisonghy hisonghy self-assigned this Jun 10, 2025
@hisonghy hisonghy added the 🚀 refactor 기능 개선 label Jun 10, 2025
@hisonghy hisonghy requested a review from myqewr June 10, 2025 07:29
@myqewr
Copy link
Member

myqewr commented Jun 11, 2025

감사합니다 송현님. 정말 수고 많으셨습니다!!!🥲

@hisonghy hisonghy merged commit 42afe3e into develop Jun 11, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚀 refactor 기능 개선

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🚀️ 그루밍 레벨 엔티티 수정

2 participants