Skip to content

[Task] 약점 단어 리스트 컴포넌트 구현 #75

Description

@DDINGJOO

상위 Story

목표

자주 틀리는 약점 단어 TOP 5를 표시하는 컴포넌트 구현

화면 구성

🔥 약점 단어 TOP 5
┌─────────────────────────────────────────────────────┐
│ hypothesis (가설) - 정확도 28.6%  [🔊] [⭐]         │
│ abstract (추상적인) - 정확도 35.0%  [🔊] [⭐]       │
│ ...                                                  │
└─────────────────────────────────────────────────────┘

사용 API

  • GET /vocab/stats/{userId}/weakness (weakestWords 필드)
  • POST /vocab/voice/synthesize (TTS 재생)

MUI 컴포넌트

  • List, ListItem, ListItemText
  • IconButton (TTS, 북마크)
  • Typography

완료 조건

  • WeakWordsList 컴포넌트 구현
  • 약점 단어 5개 표시
  • TTS 재생 버튼 동작
  • 북마크 토글 동작

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions