-
-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Search Feature of Skills cirteria implement from one skill to mutliple Skills #414
The Search Feature of Skills cirteria implement from one skill to mutliple Skills #414
Conversation
… search and working very well and there is not errors. Also it is adaptable with dark mode
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
❌ Deploy Preview for devdisplay failed.
|
Added my Profile
Add my profile
Thank You for accepting my code |
Join DevDisplay Whatsapp community |
hayy @Sambashivarao-Boyina checkout the latest PR #386 Add voice search functionality in search |
Yes, I will do this. could you assign this to me . I have raised an issue of this in issues box #432 could you please assign this to me under gssoc-ext, hacktober-fest |
… search and working very well and there is not errors. Also it is adaptable with dark mode
Description
I have the changed the search feature when criteria is skill form single skill to multiple skills now use can filter profiles based on multiple skills . if any user matches any single skill in given skills set it will be showed
after we can remove the each skill and clear all the skills
Related Issues
This is the Issue, I have raised in issues box #330
It is under gssoc-ext , hacktoberfest2024
Changes Proposed
Before the the changes it does not able to filter profiles when we enter multiple skills
Now
when a user enters any skill and clicks enter, it will be added to the searchSkills list and after that, we can enter multiple skills by entering in the textbox and clicking enter. we can also remove them one by one also
It also supports dark theme also
Is also supported on all screens
Checklist
Note to reviewers
I have changed the logic in the Homepage I separate the filter logic of criteria of skill with the remaining and write a new logic I have the shuffledProfiles for filter data if I clear the skills I set the shuffledProfiles
I have tested the code in all ways it working properly. I didn't see any errors
If my code satisfied your standards and if my code is valid and working properly. please merge the code and also add the badges of gssoc-ext , hacktoberfest2024.
Thank you