Skip to content

Feat/GitHub achievements showcase#1119

Merged
Priyanshu-byte-coder merged 6 commits into
Priyanshu-byte-coder:mainfrom
ramlal-01:feat/github-achievements-showcase
May 26, 2026
Merged

Feat/GitHub achievements showcase#1119
Priyanshu-byte-coder merged 6 commits into
Priyanshu-byte-coder:mainfrom
ramlal-01:feat/github-achievements-showcase

Conversation

@ramlal-01
Copy link
Copy Markdown
Contributor

📌 Related Issue

Closes #1066

✨ What’s Added

Implemented a fully functional GitHub Achievements showcase on the public DevTrack profile page.

The new section displays real GitHub achievements such as:

  • Pull Shark
  • YOLO
  • Pair Extraordinaire
  • etc.

🚀 Features Implemented

  • Added reusable GitHubAchievements component

  • Integrated achievements section into public profile page

  • Fetches real GitHub achievement data

  • Added achievement badge cards with:

    • badge image
    • title
    • hover tooltip
    • external GitHub profile linking
  • Preserved existing DevTrack UI/theme and responsiveness

  • Added graceful loading/error/empty states

  • Added DB caching + sync integration for achievements

  • Refreshes achievements during user sync flow

🛠 Technical Changes

  • Added GitHub achievements fetching utility
  • Added Supabase migration/schema updates for caching achievements
  • Integrated achievements into existing profile architecture
  • Maintained strict TypeScript compatibility
  • No mock data used

📷 Screenshots

image image

✅ Verification

  • Achievements render correctly
  • Works on public profile page
  • Responsive layout verified
  • Existing theme preserved
  • Real GitHub achievements fetched successfully
  • Database sync/caching implemented

@vercel
Copy link
Copy Markdown

vercel Bot commented May 25, 2026

@ramlal-01 is attempting to deploy a commit to the PRIYANSHU DOSHI's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added gssoc26 GSSoC 2026 contribution type:feature GSSoC type bonus: new feature labels May 25, 2026
@github-actions
Copy link
Copy Markdown

GSSoC Label Checklist 🏷️

@Priyanshu-byte-coder — please apply the appropriate labels before merging:

Difficulty (pick one):

  • level:beginner — 20 pts
  • level:intermediate — 35 pts
  • level:advanced — 55 pts
  • level:critical — 80 pts

Quality (optional):

  • quality:clean — ×1.2 multiplier
  • quality:exceptional — ×1.5 multiplier

Validation (required to score):

  • gssoc:approved — counts for points
  • gssoc:invalid / gssoc:spam / gssoc:ai-slop — does not score

Type labels (type:*) are auto-detected from files and title. Review and adjust if needed.
Points formula: (difficulty × quality_multiplier) + type_bonus

@github-actions github-actions Bot added the type:testing GSSoC type bonus: tests (+10 pts) label May 25, 2026
@ramlal-01
Copy link
Copy Markdown
Contributor Author

Hi @Priyanshu-byte-coder
The feature has been implemented and all CI checks are passing now ✅
Kindly review the PR when possible. Thank you!

@Priyanshu-byte-coder Priyanshu-byte-coder added level:advanced GSSoC: Advanced difficulty (55 pts) gssoc:approved GSSoC: PR approved for scoring labels May 26, 2026
@Priyanshu-byte-coder
Copy link
Copy Markdown
Owner

Merge conflict after several PRs landed on main — likely on e2e/landing.spec.js or a shared component. Rebase to unblock:

git fetch origin && git rebase origin/main
# resolve conflicts, then:
git push --force-with-lease

All CI checks look good otherwise — once rebased this is ready to merge.

@ramlal-01 ramlal-01 force-pushed the feat/github-achievements-showcase branch from f52dda2 to 7db2ff5 Compare May 26, 2026 06:59
@ramlal-01
Copy link
Copy Markdown
Contributor Author

Rebased the branch with latest main and resolved the merge conflict in e2e/landing.spec.js by keeping the updated assertions from main.

My feature changes remain intact, and the branch is now aligned with the latest upstream state.

Noticed that several recent commits on main are also currently failing CI checks, so the remaining failures may be related to ongoing upstream instability rather than this PR specifically.

Requesting re-review once CI stabilizes. 🚀

@ramlal-01
Copy link
Copy Markdown
Contributor Author

Latest main updates merged successfully and CI checks are now passing. Ready for review 🚀
@Priyanshu-byte-coder

@Priyanshu-byte-coder Priyanshu-byte-coder merged commit 94482d4 into Priyanshu-byte-coder:main May 26, 2026
10 checks passed
@github-actions
Copy link
Copy Markdown

🎉 Merged! Thanks for contributing to DevTrack.

If the project has been useful to you, a ⭐ star on the repo is the easiest way to support it — it helps DevTrack get discovered by more developers.

Keep an eye on open issues for your next contribution!

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

Labels

gssoc:approved GSSoC: PR approved for scoring gssoc26 GSSoC 2026 contribution level:advanced GSSoC: Advanced difficulty (55 pts) type:feature GSSoC type bonus: new feature type:testing GSSoC type bonus: tests (+10 pts)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: GitHub Achievements showcase on public profile

2 participants