Skip to content

feat: implement Contribution Goal Tracker (Phase 4)#6112

Merged
JhaSourav07 merged 3 commits into
JhaSourav07:mainfrom
saidai-bhuvanesh:feature/goal-tracker
Jun 21, 2026
Merged

feat: implement Contribution Goal Tracker (Phase 4)#6112
JhaSourav07 merged 3 commits into
JhaSourav07:mainfrom
saidai-bhuvanesh:feature/goal-tracker

Conversation

@saidai-bhuvanesh

Copy link
Copy Markdown

Overview

This PR implements Phase 4: Contribution Goal Tracker to introduce customizable, client-persisted commit targets.

Key Changes

  • GoalTracker Component: Created components/dashboard/GoalTracker.tsx with progress bars, remaining counts, inline editing, and Framer Motion transitions.
  • Dashboard Integration: Positioned <GoalTracker /> in the middle column of DashboardClient.tsx.
  • Localization: Added localizations under dashboard.goals in locales/en.json.
  • Test Coverage: Added components/dashboard/GoalTracker.test.tsx verifying default goals, calculations, editing, storage save, and accessibility.

Verification Details

  • New Unit Tests: npx vitest run components/dashboard/GoalTracker.test.tsx

Fixes #6111

@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown
Contributor

Someone is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

Copy link
Copy Markdown
Contributor

📦 Next.js Bundle Size Report (Gzipped Sizes)

Asset PR Size Base Size Difference Status
static/chunks/4575-[hash].js 45.70 KB - +45.70 KB (++100%) 🆕 New
static/chunks/7547-[hash].js 26.56 KB 26.39 KB +0.17 KB (+0.64%) 🔴 Regression
static/chunks/8691-[hash].js - 45.58 KB -45.58 KB (-100.00%) 🗑️ Deleted
static/chunks/app/(root)/dashboard/[username]/page-[hash].js 42.25 KB 41.02 KB +1.23 KB (+2.99%) 🔴 Regression
static/css/[hash].css 37.13 KB 37.09 KB +0.04 KB (+0.12%) 🔴 Regression

📊 Summary of Totals

Category PR Size Base Size Difference
Total JS 3704.42 KB 3694.34 KB +10.08 KB (+0.27%)
Total CSS 296.48 KB 296.06 KB +0.42 KB (+0.14%)

@Aamod-Dev Aamod-Dev added GSSoC 2026 mentor:Aamod007 level:advanced Complex contributions involving architecture, optimization, or significant feature work quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. feature A completely new feature or major addition to the project. labels Jun 21, 2026

@Aamod-Dev Aamod-Dev left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Contribution Goal Tracker is a fantastic addition for the dashboard! Integrating the new GoalTracker component into DashboardClient with proper state management and localization support makes this a very complete feature. The comprehensive unit tests covering the editing states and storage is also excellent. Approved!

@JhaSourav07 JhaSourav07 added the gssoc:approved PR has been reviewed and accepted for valid contribution points label Jun 21, 2026
@JhaSourav07 JhaSourav07 merged commit 95d85a2 into JhaSourav07:main Jun 21, 2026
10 of 11 checks passed
@github-actions github-actions Bot added this to the GSSoC 2026 milestone Jun 21, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations @saidai-bhuvanesh! Your PR has been successfully merged. 🚀

Thank you for contributing to CommitPulse. Your work helps us build a better tool for the community.

⚠️ Important for GSSoC Contributors:
You are strictly advised to join our Discord Server as it is mandatory for all GSSoC participants. All important announcements, point claims, and community discussions happen there.

Keep building! 💻✨

@github-actions github-actions Bot added the type:feature New features, additions, or enhancements label Jun 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature A completely new feature or major addition to the project. gssoc:approved PR has been reviewed and accepted for valid contribution points GSSoC 2026 level:advanced Complex contributions involving architecture, optimization, or significant feature work mentor:Aamod007 quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:feature New features, additions, or enhancements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(dashboard): implement Contribution Goal Tracker with customizable targets

3 participants