[feat] 백오피스 LLM 설정에 카드 감정 프롬프트 탭 추가 - #137
Open
theminjunchoi wants to merge 4 commits into
Open
Conversation
Test Coverage
|
4 tasks
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.
🔗 연관 이슈
feat/134-card-emotion-extraction, PR [feat] 카드 생성 시 emotion 누락이면 서버가 유저 메시지로 감정 추출 #136 머지 후 base를 dev로 변경 예정)📌 개요
PR ①(#136)에서
PromptType.CARD_EMOTION이 신설돼 백오피스 API로는 이미 조회·수정·리비전이 되지만, 화면에 탭이 없어 관리자가 편집할 수 없다. 탭을 추가하고, "댓글·답글·카드"로 타입을 나열한 하드코딩 안내 문구를 실제 조립 규칙과 맞춘다.🔧 주요 변경사항
PromptTab에editorLabel·editorNote·standalone을 두고 JSX는 탭 정의를 읽기만 하도록 바꿈 — 조립 배너 조건도type !== 'EONGTTUNG_TOPIC'하드코딩에서standalone플래그로CARD_EMOTION이EONGTTUNG_TOPIC처럼 조립에 쓰이지 않는 타입임을 명시🌐 API · DB 영향
promptTypeenum에 이미 추가된 값을 화면에서 쓸 뿐)💬 리뷰 포인트
prompt-playground.tsx)은 현재 COMMENT/REPLY만 지원해 이번 범위에서 제외했습니다 — 카드 계열 미리보기 지원은 별도 이슈가 필요합니다