Skip to content

Feat/elite tier badge - #478

Open
marshalfleet wants to merge 2 commits into
scout-off:mainfrom
CargoTrust-Network:feat/elite-tier-badge
Open

Feat/elite tier badge#478
marshalfleet wants to merge 2 commits into
scout-off:mainfrom
CargoTrust-Network:feat/elite-tier-badge

Conversation

@marshalfleet

Copy link
Copy Markdown
Contributor

Pull Request Description
Summary

Implemented an Elite Tier visual indicator for Level 3 players to help scouts quickly identify players who have reached the highest verifiable platform status.

Changes Made
Added elite variant support to components/ui/Badge.tsx
Introduced gold/amber styling for Elite Tier badges
Updated components/PlayerCard.tsx
Displays an "Elite Tier" badge when player.progressLevel === 3
Keeps existing badge behavior unchanged for lower levels
Updated public player profile page:
app/[locale]/player/[id]/page.tsx
Added a prominent Elite Tier banner/hero badge for Level 3 players
Added i18n support:
Added "Elite Tier" translation string to all locale files
Added component tests to verify:
Badge renders for Level 3 players
Badge does not render for levels 0–2
Acceptance Criteria Covered
Badge has an elite variant
PlayerCard displays Elite Tier badge for level 3 players
Public player profile displays Elite Tier banner
i18n strings added across all locale files
Tests verify correct rendering behavior across all player levels
Testing
Verified Elite Tier badge styling and visibility
Tested PlayerCard rendering for:
Level 3 players → badge shown
Levels 0–2 players → badge hidden
Verified public profile Elite Tier banner behavior
Confirmed translations load correctly for all supported locales
Ran test suite to ensure no regressions

Closes #374
:::

@drips-wave

drips-wave Bot commented Jun 25, 2026

Copy link
Copy Markdown

@marshalfleet Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: implement Elite Tier badge for Level 3 players on PlayerCard and public profile

1 participant