IbomMarket Start Migration

Phase 6 Feature Route Shadow

Leaderboard Shadow Route

Gamification leaderboard read model covering seller sales, XP, and streak variants.

AvailableNGLeaderboard has no route-level launch-control wrapper in production.

Top Seller Rank

Derived from sold product counts and public profile fields.

#1 seller42 completed sales
  • sales
  • profiles
  • compact compatible

XP Champion

Derived from user_gamification without moving auth context.

18,450 XPDiamond level
  • xp
  • streak
  • public read model

Data Contract

Direct Supabase reads from user_gamification, profiles, and sold products.

Demo data is being used because this shadow route has no Start-safe public API origin.

Route
/leaderboard
Feature key
none
Source
mock
Generated
2026-06-05T21:05:33.572Z

Production Surface

Leaderboard compact and full views.

Cutover Risks

  • Anonymous reads must not leak private profile data beyond the current policy.
  • Rank calculations must not run expensive unbounded client-side queries.
  • Compact homepage embeds must keep the same navigation behavior.

Provider Shell

Query: ready

Shell: isolated

Production router: untouched