-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
Add : sidgureja7803 - Added Voice Search and Skills Dropdown Functionality #386
base: main
Are you sure you want to change the base?
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
❌ Deploy Preview for devdisplay failed.
|
@ishap11 , Please review this PR and kindly merge it. |
Hi @sidgureja7803 , could you please let me know the issue number where the voice search and skills dropdown task is assigned? The checks are failing due to a syntax issue in the ProfileList.json file. This often happens when multiple people add their names to the file at the same time. If two contributors make changes without proper coordination, it can lead to issues like missing commas or incorrect JSON structure, which causes the checks to fail. The failing checks are related to Netlify’s deployment process, which seems to be a configuration issue rather than something caused by your code. The Vercel deployment passed successfully, so it's likely a project setup or admin-related issue with Netlify. I'll notify the admin to check the Netlify settings and resolve the deployment failure. You're good on your end! Thanks! |
These checks are failing because when I created this PR, after that many people registered their name in the ProfilesList.json file. |
@sidgureja7803 , could you please let me know the issue number where the voice search and skills dropdown task is assigned? |
issue - 369, created by R Advani, I had a word with him, and he is not working on it. |
@ishap11 Please reply ASAP, whether you will be merging this PR or not ?? |
@sidgureja7803, moving forward, please ensure that before contributing, you first raise an issue. If the issue is assigned to you, you can then proceed. Otherwise, if you find an existing issue, kindly comment there indicating that you want to work on it or suggest additional functionalities related to the issue. |
@ishap11 @codeaashu |
hello @sidgureja7803, thanks for your interest in contributing to DevDisplay! Add "Voice Search" Functionality only Resolve the code then raise the PR with and one more things We noticed you forgot to star the #DevDisplay Repo. It's like making an amazing sandwich and forgetting to take a bite! -- I think our repo's feeling a little lonely without your 🤗 So, be sure to star the DevDisplay GitHub Repository. 🌟 💌 This is a mandatory step for all contributors. & It's is the first priority of contribution in DevDisplay 💌 Thanks 👍🏻 |
@codeaashu |
|
Description
Currently, users can only search for people and select skills by manually typing in the search bar and skill selection field. This can be time-consuming and may not provide the best user experience.
Related Issues
1- There is no voice search functionality, requiring users to type out search queries manually.
2 - The skills field requires users to manually input their skills, which can be cumbersome.
Changes Proposed
1 - Voice Search: Add a feature that allows users to search for people using voice input instead of typing.
2 - Skills Dropdown: Add a dropdown menu to the skills selection field, allowing users to select from a list of predefined skills without needing to type.
Checklist
Screenshots
Note to reviewers
Please review and approve this PR ASAP as it might cause conflicts after users are added, in the ProfileList.json file.