feat: add GitHub profile skill sync and improve skill-based project recommendations#495
Open
chaurasianandani389-sketch wants to merge 1 commit into
Open
Conversation
|
@chaurasianandani389-sketch is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Please Have a look at this and tell me if further changes are required. As I have tried to fix all issue related to the skill section and project recommendation section. |
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.
Related Issue
Closes #<364>
Summary
This PR introduces GitHub profile integration to automatically fetch user skills from public repositories and enhances the project recommendation workflow by using the synced skills for personalized project suggestions.
Changes Made👍👍
GitHub Skill Sync
Added GitHub username input modal.
Integrated GitHub API to fetch public repositories.
Extracted programming languages from repositories.
Automatically populated detected skills into the skill selection section.
Added validation and error handling for invalid usernames and failed API requests.
Skill Management Improvements👍👍👍
Prevented duplicate skill entries.
Synced fetched skills with existing skill chip functionality.
Updated hidden skills input automatically for form submission.
Recommendation Workflow👍👍
UI/UX Enhancements👍👍👍
Testing Performed 👍👍👍👍
✅ Valid GitHub username fetches skills successfully.
✅ Skills appear as selectable chips.
✅ Duplicate skills are not added.
✅ Invalid username displays an error message.
✅ Recommendations are generated using fetched skills.
✅ Existing manual skill entry continues to work.
✅ Modal opens and closes correctly.