Skip to content

STUDIO 스타일 삭제 및 전 스타일 보정 프롬프트 추가 - #48

Merged
cfcromn merged 2 commits into
developfrom
feat/47-remove-studio-style-and-enhance-prompts
Jul 15, 2026
Merged

STUDIO 스타일 삭제 및 전 스타일 보정 프롬프트 추가#48
cfcromn merged 2 commits into
developfrom
feat/47-remove-studio-style-and-enhance-prompts

Conversation

@cfcromn

@cfcromn cfcromn commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

✨ 작업 내용

아바타 스타일 목록에서 STUDIO 스타일을 제거하고, 기본 스타일 초기값을 ENHANCED로 변경했습니다. 아울러 남은 6개 스타일 프롬프트 모두에 "원본보다 더 잘생기고 예쁘게 보정"하는 지시문을 추가/보강했습니다.


🔍 리뷰 시 참고사항

  • STUDIO는 AvatarDefaultStyleInitializer에서 앱 최초 구동 시 DB 기본값(placeholder)으로 하드코딩되어 있어, 삭제와 함께 기본값을 ENHANCED로 교체했습니다.
  • ENHANCED는 기존에도 아바타 생성 API(CreateAvatarServiceImpl)에서 AI 생성 미지원으로 차단되어 있는데, 이번 작업 범위에서는 해당 차단 로직을 건드리지 않았습니다.
  • STUDIO를 참조하던 테스트 픽스처 4곳은 다른 유효한 Style 값으로 교체했습니다.
  • "게임" 스타일 삭제 요청은 코드에 해당 이름이 존재하지 않아 이번 PR 범위에서는 보류했습니다.

✅ 체크리스트

  • 문서(README, .env.example 등) 변경이 필요한 경우 작성 또는 수정했나요?
  • 작업한 코드가 정상적으로 동작하는 것을 직접 확인했나요?
  • 필요한 경우 테스트 코드를 작성하거나 수정했나요?
  • Merge 대상 브랜치를 올바르게 설정했나요?
  • PR에 관련 없는 작업이 포함되지 않았나요?
  • 적절한 라벨과 리뷰어를 설정했나요?

📎 관련 이슈(선택)

@cfcromn cfcromn added ✅ Test Test관련사항 ♻️ Refactor 코드 리팩토링 labels Jul 15, 2026
@cfcromn cfcromn self-assigned this Jul 15, 2026
@cfcromn
cfcromn requested a review from jyx-07 July 15, 2026 01:39

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@jyx-07 jyx-07 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다~

@cfcromn
cfcromn merged commit f5f2b7f into develop Jul 15, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

♻️ Refactor 코드 리팩토링 ✅ Test Test관련사항

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants