STUDIO 스타일 삭제 및 전 스타일 보정 프롬프트 추가 - #48
Conversation
There was a problem hiding this comment.
Code Review
This pull request removes the STUDIO style from the Style enum, its prompt generation logic, and associated tests, while adding descriptive prompt enhancements to other styles to improve facial details. Additionally, the default style initializer is updated to use Style.ENHANCED. However, setting the default style to Style.ENHANCED may cause errors during avatar creation if that style is currently blocked due to unsupported AI generation; it is recommended to use a supported style like Style.GHIBLI instead.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
✨ 작업 내용
아바타 스타일 목록에서 STUDIO 스타일을 제거하고, 기본 스타일 초기값을 ENHANCED로 변경했습니다. 아울러 남은 6개 스타일 프롬프트 모두에 "원본보다 더 잘생기고 예쁘게 보정"하는 지시문을 추가/보강했습니다.
🔍 리뷰 시 참고사항
AvatarDefaultStyleInitializer에서 앱 최초 구동 시 DB 기본값(placeholder)으로 하드코딩되어 있어, 삭제와 함께 기본값을ENHANCED로 교체했습니다.ENHANCED는 기존에도 아바타 생성 API(CreateAvatarServiceImpl)에서 AI 생성 미지원으로 차단되어 있는데, 이번 작업 범위에서는 해당 차단 로직을 건드리지 않았습니다.✅ 체크리스트
.env.example등) 변경이 필요한 경우 작성 또는 수정했나요?📎 관련 이슈(선택)