MineMind

Stats

After Supabase Auth is wired, this view can aggregate game_sessions: win rate, average time, best time, last 30 games, and difficulty breakdown using the queries from the product spec.

  • COUNT wins / COUNT total
  • AVG(time_seconds), MIN(time_seconds)