feat: add 10 new projects, fix CI, and generate starter code#804
Open
Ayush-kathil wants to merge 2 commits into
Open
feat: add 10 new projects, fix CI, and generate starter code#804Ayush-kathil wants to merge 2 commits into
Ayush-kathil wants to merge 2 commits into
Conversation
|
@Ayush-kathil 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 [required]
This PR expands the DevPath project database by adding 15 new high-quality projects spanning multiple domains (Web Dev, AI/ML, DevOps, Mobile, Automation, Cybersecurity). To ensure a smooth user experience, boilerplate starter code files were also generated for all newly added projects. In addition, this PR resolves existing CI pipeline failures by applying necessary test assertion fixes and Open Graph meta tags to
base.htmlso that the test suite is fully green.Related Issue [required]
Closes #803
Type of Change [required]
data/projects.jsonWhat Was Changed [required]
data/projects.jsonstarter_code/generated/*.txtutils/recommender.pyVALID_INTERESTSdefinition and fixed JSON dict parsing inparse_skills.tests/test_basic.pyWEIGHT_*imports with newSCORING_WEIGHTSlogic to fix CI tests.templates/base.htmlHow to Test This PR [required]
git checkout feature/expand-project-database-v2pip install -r requirements.txtpython app.pypytestExpected test output:
============================= test session starts =============================
tests\test_basic.py .................................................... [ 57%] .................... [ 79%] tests\test_og_tags.py ................... [100%]
============================= 91 passed in 0.24s ==============================
Self-Review Checklist [required]
feat/,fix/,docs/,data/,style/,test/pytestand all 91 tests passflake8 .locally and there are no errorsprint()orconsole.log()debug statementsNotes for Reviewer
The CI pipeline failures inherited from the
mainbranch have been fully resolved in this PR. All 15 newly added projects utilize standard 1-based indexing, have complete fields according to the strict schema, and seamlessly link to auto-generated boilerplate starter codes on the backend.