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 |
|
@komalharshita |
Hi @komalharshita ,
I've resolved the JSON formatting error on projects.json. Could you please approve the workflow run so the tests can verify the fix? Thanks!
|
komalharshita
left a comment
There was a problem hiding this comment.
Thanks for the contribution and effort put into this PR.
After review, this PR cannot be merged because the implementation does not align with the stated feature (“Advanced Project Search”). Most of the changes are large-scale modifications to data/projects.json and formatting/metadata updates rather than an actual search feature implementation.
The PR currently:
- introduces excessive unrelated dataset changes
- creates unnecessary diff noise
- increases merge-conflict risk
- lacks clear advanced search functionality or filtering logic
For maintainability reasons, we want feature PRs to stay tightly scoped and directly solve the linked issue.
Closing this PR for now. Feel free to open a smaller, focused PR specifically implementing the advanced search functionality.



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