Skip to content

feat: 質問一覧ページ(ステータス別タブ + QuestionCard + QuestionStatusBadge) #24

@Asheze1127

Description

@Asheze1127

Why

運営・メンターが未解決・転送待ち質問をひと目で把握できるメインビュー。

Scope

  • app/questions/page.tsx
  • features/questions/components/QuestionCard.tsx(タイトル・カテゴリ・状態・経過時間)
  • features/questions/components/QuestionStatusBadge.tsx(ステータス別色分け)
  • features/questions/components/QuestionList.tsx(ステータス別タブ)
  • features/questions/hooks/useQuestions.ts(API フェッチ)

ステータス別色分け:escalated = 赤、waiting_more_info = 黄、ai_replied = 緑、resolved = グレー

Out of scope

質問詳細ページ(#G-03)

Dependencies

Acceptance Criteria

  • 質問一覧が pending / ai_replied / escalated / resolved タブで表示される
  • 各カードにタイトル・カテゴリ・状態・経過時間が表示される
  • escalated の質問が目立つ色で表示される

Size: M | Parallelizable: Yes(#G-01 完了後)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions