BUG DESCRIPTION:
Issue: Leaderboard total points display is not synchronizing with level progression calculations, causing data inconsistency.
Current Behavior:
User level progression shows: "10 points to next level" (indicating user has 55 points total, needs 65 for Level 4)
Leaderboard displays: 40 points
Data mismatch: Level system calculates 55 points, leaderboard shows 40 points
Expected Behavior:
Leaderboard total should match level progression calculations
Both displays should show consistent point totals
Updates should be synchronized in real-time
Technical Details:
Issue persists even after page refresh and cache clearing
Business Impact:
User confusion about actual point totals
Gamification system appears broken
Affects user engagement and trust
Reproduction:
User accumulates points through workflow automation
Level progression correctly calculates total points
Leaderboard shows different (lower) point total
Discrepancy persists for several minutes
REQUEST: Please investigate synchronization between leaderboard display and level progression point calculations.