The Search Feature of Skills cirteria implement from one skill to mutliple Skills - #414
Merged
Merged
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.
|
1 task
Added my Profile
Add my profile
codeaashu
self-requested a review
October 24, 2024 16:07
madhukalita
requested review from
madhukalita
and removed request for
codeaashu
October 24, 2024 16:07
codeaashu
requested review from
codeaashu and
madhukalita
and removed request for
codeaashu and
madhukalita
October 24, 2024 16:09
Contributor
Author
|
Thank You for accepting my code |
Collaborator
|
Join DevDisplay Whatsapp community |
Collaborator
|
hayy @Sambashivarao-Boyina checkout the latest PR #386 Add voice search functionality in search |
Contributor
Author
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 |
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.
… 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