Skip to content

[Task] 북마크/난이도 태그 및 건너뛰기 기능 #80

Description

@DDINGJOO

상위 Story

목표

북마크, 난이도 태그, 건너뛰기 기능 구현

화면 구성

[⭐ 북마크]  [📝 어려움 표시]  [⏭️ 건너뛰기]

API 연동

  • 북마크/난이도: PUT /vocab/users/{userId}/words/{wordId}/tag
    { "bookmarked": true, "difficulty": "HARD" }

동작 로직

  • 북마크: 토글 방식
  • 난이도: EASY, NORMAL, HARD 선택
  • 건너뛰기: 다음 카드로 이동 (학습 완료 처리 안함)

MUI 컴포넌트

  • IconButton (북마크, 건너뛰기)
  • ToggleButtonGroup (난이도)
  • Tooltip

완료 조건

  • ActionBar 컴포넌트 구현
  • 북마크 토글 기능
  • 난이도 선택 기능
  • 건너뛰기 기능

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