feat: implement Repository Impact Analyzer (Phase 6)#6210
feat: implement Repository Impact Analyzer (Phase 6)#6210saidai-bhuvanesh wants to merge 6 commits into
Conversation
|
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. |
|
🚨 Hey @saidai-bhuvanesh, the CI Pipeline is failing on this PR and it has been marked as Please fix the issues before this can be reviewed. Here's how: 1. Run checks locally before pushing: npm run format:check # Check Prettier formatting
npm run lint # Run ESLint
npm run typecheck # TypeScript type check
npm run test # Run unit tests (Vitest)
npm run build # Verify production build passes2. Auto-fix common issues: npm run format # Auto-fix formatting with Prettier
npm run lint -- --fix # Auto-fix lint errors where possible3. Check the full failure log here: Once you push a fix and the CI passes, the |
|
@saidai-bhuvanesh add a video to alll prs |
Aamod-Dev
left a comment
There was a problem hiding this comment.
The Repository Impact Analyzer looks like a great addition to components/dashboard/DashboardClient.tsx. Unfortunately, CI is currently failing for formatting/typecheck issues. Please address the failing checks so I can approve this.
Overview
This PR implements Phase 6: Repository Impact Analyzer to rank repositories by a weighted impact score, visualize language contribution distribution, and calculate growth rates.
Key Changes
RepositoryImpactAnalyzer.test.tsxto verify ranking, age calculations, and accessibility.Fixes #6209