Implementing Advanced Project Search#278
Conversation
|
Someone 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. |
@komalharshita It passed all the test cases the above is the screenshot for the same.
Have a look at the pull request and the updations. |
|
@CyberHunter12-ui fill in the PR template |
Summary [required]This pull request implements an advanced project search feature to significantly improve project discoverability on the platform. It introduces a Related Issue [required]Closes # Type of Change [required]
What Was Changed [required]
How to Test This PR
Expected test output: Self-Review Checklist
Notes for ReviewerThe automated GitHub Actions CI environment has already successfully validated the linting ( |
|
@komalharshita updated the template |
|
@CyberHunter12-ui resolve the merge conflicts and mention the issue which will close this pr eg. Closes #issue_number |
|
@komalharshita Conflits resolved |
|
@komalharshita |


Summary [required]
Related Issue [required]
Closes #
Type of Change [required]
data/projects.jsonWhat Was Changed [required]
utils/recommender.pyclear_cache()functiontests/test_basic.pyHow to Test This PR [required]
git checkout your-branch-namepip install -r requirements.txtpython app.pypython tests/test_basic.pyExpected test output:
Test Results [required]
Screenshots (if UI change)
Self-Review Checklist [required]
feat/,fix/,docs/,data/,style/,test/python tests/test_basic.pyand all 27 tests passflake8 .locally and there are no errorsprint()orconsole.log()debug statementsNotes for Reviewer