Skip to content

AiAnswer 신규 필드 연동 및 AiAnswerSection UI 확장#109

Merged
uiuuoq merged 1 commit intodevelopV2from
refactor/ai-answer
Apr 28, 2026
Merged

AiAnswer 신규 필드 연동 및 AiAnswerSection UI 확장#109
uiuuoq merged 1 commit intodevelopV2from
refactor/ai-answer

Conversation

@uiuuoq
Copy link
Copy Markdown
Collaborator

@uiuuoq uiuuoq commented Apr 28, 2026

연결된 Jira 티켓

  • DP-233

작업 내용

  • AiAnswer 인터페이스에 백엔드 신규 필드 3개 추가 (keyPoints, suggestedTags, confidence)
  • AiAnswerSection props 확장 및 신규 필드 렌더링 구현
  • CommunityDetailPage에서 신규 필드 전달

주요 변경점

  • types/community.tsAiAnswerkeyPoints: string[] | null, suggestedTags: string[] | null, confidence: number | null 추가
  • AiAnswerSection.tsx — keyPoints는 본문 상단 bullet 요약, suggestedTags는 하단 Badge 뱃지, confidence < 0.5이면 불확실 경고 배너 표시
  • 배포 이전 저장된 답변(신규 필드 null)은 기존과 동일하게 렌더링됨

테스트 방법

  1. /community/{postId} 진입 후 AI 답변 섹션 확인
  2. keyPoints, suggestedTags, confidence가 포함된 응답 시 각 UI 요소 노출 확인
  3. 신규 필드가 null인 구버전 답변은 기존 content만 렌더링되는지 확인

AI 사용 여부

  • Claude Code 사용

체크리스트

  • 빌드/테스트 확인
  • 리뷰어 지정
  • 라벨 지정

@uiuuoq uiuuoq added enhancement New feature or request automerge Enables auto-merge for this PR after successful CI/CD checks labels Apr 28, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 28, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
traceapp Ready Ready Preview, Comment Apr 28, 2026 3:23am

@uiuuoq uiuuoq merged commit 76bafa4 into developV2 Apr 28, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Enables auto-merge for this PR after successful CI/CD checks enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant