The profile page uses static STATS, ACHIEVEMENTS, ACTIVE_PREDICTIONS, COMPLETED_PREDICTIONS, and MARKETS_CREATED arrays. The username is always "You_Arena", join date is "January 2026", tier is always "Gold".
Fix Required
Replace hardcoded values with dynamic mock data based on wallet address. Generate varied stats, achievements, and predictions for better UI testing.
Files to change:
frontend/src/app/(authenticated)/profile/page.tsx
The profile page uses static
STATS,ACHIEVEMENTS,ACTIVE_PREDICTIONS,COMPLETED_PREDICTIONS, andMARKETS_CREATEDarrays. The username is always"You_Arena", join date is"January 2026", tier is always"Gold".Fix Required
Replace hardcoded values with dynamic mock data based on wallet address. Generate varied stats, achievements, and predictions for better UI testing.
Files to change:
frontend/src/app/(authenticated)/profile/page.tsx