Implement skill proficiency levels with backward compatibility and we…#722
Open
Shubham-Gotawade wants to merge 4 commits into
Open
Implement skill proficiency levels with backward compatibility and we…#722Shubham-Gotawade wants to merge 4 commits into
Shubham-Gotawade wants to merge 4 commits into
Conversation
…ighted recommendations
|
@Shubham-Gotawade 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. |
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.
Summary
This PR introduces a new feature allowing users to specify their technical proficiency level (Beginner, Intermediate, Advanced) for each added skill. It maps these levels into a structured JSON payload and updates the underlying recommendation architecture to prioritize level-appropriate projects.
Related Issue
Closes #713
Type of Change
data/projects.jsonWhat Was Changed
templates/index.htmlstatic/style.cssstatic/script.jsutils/recommender.pyparse_skillsto intercept legacy array strings with "Intermediate" fallbacks, and re-weighted matching points insidescore_single_project.Test Results
Verified locally. Form elements render seamlessly, database schemas transition safely without throwing data parsing exceptions on old/empty profile formats, and weighted scoring correctly changes recommendations dynamically.
Self-Review Checklist
feat/,fix/,docs/,data/,style/,test/