adhit-r/fairmind

Frontend: Code Quality & Technical Debt Cleanup

Offen

#152 geöffnet am 21.03.2026

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Python (12 Forks)auto 404
enhancementfrontendgood first issue

Repository-Metriken

Stars
 (9 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 6h) (3 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide