Add achievement explainability and mentor boost section#269
Open
Add achievement explainability and mentor boost section#269
Conversation
- Show achievement description as caption under each value for context - Add RocketLaunch icon and "Teams Ready for a Boost" section for mentor visibility - Add mentorOpportunities state and API consumption - Boost cards use warning-colored left border and encouraging framing Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
rohithkn
approved these changes
Mar 31, 2026
| > | ||
| {achievement.value} | ||
| </Typography> | ||
| {achievement.description && ( |
There was a problem hiding this comment.
why not use a lodash isEmpty or a ternary op instead of && ?
| const hasTeamPage = opportunity.teamPage; | ||
|
|
||
| return ( | ||
| <Grid size={{ xs: 12, md: 6 }} key={index}> |
There was a problem hiding this comment.
why not make sure key is just not index as index might have been already used some where as a key?
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.
Summary
descriptionas a small caption under each value, so users understand what metrics mean (e.g., "Commits between 10pm–4am MST" under Night Owl's count)RocketLaunchIconimport androcket_launchto icon mapmentorOpportunitiesfrom leaderboard APICompanion PRs:
Test plan
🤖 Generated with Claude Code