adhit-r/fairmind

Frontend: Code Quality & Technical Debt Cleanup

オープン

#152 opened on 2026/03/21

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)Python (12 件のフォーク)auto 404
enhancementfrontendgood first issue

Repository metrics

Stars
 (9 個のスター)
PR merge metrics
 (PR metrics pending)

説明

Description

Consolidate frontend code quality improvements into a single tracked effort.

Checklist

  • Fix useEffect dependency warnings and missing dependencies
  • Refactor duplicate API fetching logic across pages (extract shared hooks)
  • Fix TypeScript type safety issues (~41 instances of any types)
  • Replace console.error with proper error logging service
  • Centralize API_BASE configuration (single source of truth)
  • Add missing error boundaries to all pages (#119)

Consolidates

#114, #117, #118, #119, #120, #121

コントリビューターガイド