Feat/GitHub achievements showcase#1119
Conversation
|
@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. |
GSSoC Label Checklist 🏷️@Priyanshu-byte-coder — please apply the appropriate labels before merging: Difficulty (pick one):
Quality (optional):
Validation (required to score):
|
|
Hi @Priyanshu-byte-coder |
|
Merge conflict after several PRs landed on main — likely on git fetch origin && git rebase origin/main
# resolve conflicts, then:
git push --force-with-leaseAll CI checks look good otherwise — once rebased this is ready to merge. |
f52dda2 to
7db2ff5
Compare
|
Rebased the branch with latest My feature changes remain intact, and the branch is now aligned with the latest upstream state. Noticed that several recent commits on Requesting re-review once CI stabilizes. 🚀 |
|
Latest |
94482d4
into
Priyanshu-byte-coder:main
|
🎉 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! |
📌 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:
🚀 Features Implemented
Added reusable
GitHubAchievementscomponentIntegrated achievements section into public profile page
Fetches real GitHub achievement data
Added achievement badge cards with:
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
📷 Screenshots
✅ Verification