feat: implement gamified leaderboard page with podium, rivals, and agent deployment (#278)#279
Open
anuragbraveboy-sudo wants to merge 1 commit into
Conversation
Contributor
|
Someone is attempting to deploy a commit to the codersogs-3057's projects Team on Vercel. A member of the Team first needs to authorize it. |
Collaborator
|
You haven’t even been assigned to this issue, why did you create this PR? Do not submit any pull requests to this repository without being assigned to them first. Please request assignment before doing any work from now on. Thanks Happy Coding |
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.
Description
This pull request implements a fully gamified Leaderboard page for the MergeShip platform. It provides scope filtering (Global, Monthly, Organization, Friends), a visual top 3 podium layout, a detailed ranking table with consecutive day streaks, a local sidebar for agent deployment, and an interactive right sidebar for rivals, statistics, and season rewards.
Related Issues
Closes #278
Key Changes
🏗️ Backend Updates
leaderboard.ts):'monthly','organization', and'friends'.🎨 Global Sidebar
layout.tsx):deploy-agent-button.tsx):#00FF87) that triggers an interactive simulated terminal deployment overlay detailing authorization checks, code audits, container registry, and container activation.🏆 Leaderboard Page
leaderboard-client.tsx):duel-modal.tsx):How to Test / Verify Locally
npm installto install dependencies.npm run typecheckto verify TypeScript compilation.npm run testto verify unit tests.npm run buildto verify production build.