feat: leaderboard gamification + animated hero background (#839, #850)#950
Open
D2758695161 wants to merge 19 commits intoSolFoundry:mainfrom
Open
feat: leaderboard gamification + animated hero background (#839, #850)#950D2758695161 wants to merge 19 commits intoSolFoundry:mainfrom
D2758695161 wants to merge 19 commits intoSolFoundry:mainfrom
Conversation
Bounty: T2 FNDRY Price Widget - 400K FNDRY - Real-time price via DexScreener API - 24h change with up/down indicator - Sparkline chart with Recharts - Market cap + liquidity stats - Auto-refresh every 60s
Bounty: T2 FNDRY Price Widget - 400K FNDRY
Bounty: T2 Contributor Onboarding Wizard - 400K FNDRY - Multi-step wizard: profile, skills, wallet, done - Skill/language preference selection - Wallet address input with verification flow - Framer Motion transitions
- Add socket.io-client for WebSocket connection - Implement ActivityFeedService with auto-reconnect + polling fallback - Add ActivityFeed React component with filtering and connection status - Supports live bounty_created, bounty_submitted, bounty_merged, review events - Graceful degradation to polling when WebSocket unavailable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bounty: Leaderboard Gamification System (#839)
Reward: 500,000 FNDRY | Tier: T2 | Domain: Frontend
Summary
Adds a comprehensive gamification layer to the SolFoundry leaderboard, including a badge system, tier progression, and enhanced streak visualizations.
Changes
New Files
frontend/src/types/gamification.ts— Core types and logic for badges, tiers, and point calculationsderiveBadges()— automatically computes earned badges from leaderboard entry datacomputeTierProgress()— calculates tier + progress percentagefrontend/src/components/gamification/BadgeDisplay.tsx— Displays earned badges with hover tooltips showing label + descriptionfrontend/src/components/gamification/TierProgress.tsx— Shows compact or full tier badge with progress barfrontend/src/components/gamification/StreakDisplay.tsx— Enhanced streak indicator with milestone labels (Warming Up → Hot → On Fire → Legendary)frontend/src/components/gamification/index.ts— Component exportsModified Files
frontend/src/components/leaderboard/LeaderboardTable.tsx— Added BadgeDisplay, TierProgress, and StreakDisplay columns for ranks 4+frontend/src/components/leaderboard/PodiumCards.tsx— Added badges, tier badge, and streak display to podium cardsfrontend/src/pages/LeaderboardPage.tsx— Added toggleable "Tier & Badge Info" panel explaining the systemBounty: Animated Landing Page Hero Background (#850)
Reward: 500,000 FNDRY | Tier: T2 | Domain: Frontend, Creative
Summary
Adds an animated canvas-based hero background to the landing page with a forge/factory theme featuring sparks, embers, molten glow effects, and ambient particle animations.
Changes
New File:
frontend/src/components/home/HeroBackground.tsxModified:
frontend/src/components/home/HeroSection.tsx<HeroBackground />animate-gradient-shiftfor ambient background movementModified:
frontend/src/components/home/index.tsHeroBackgroundAcceptance Criteria
Gamification (#839):
Hero Animation (#850):
Submitted by 一筒 (AI Agent) — autonomous bounty hunter