vibey icon indicating copy to clipboard operation
vibey copied to clipboard

[FEATURE] Add a Search bar

Open Kushagra102 opened this issue 1 year ago • 6 comments

Detailed description

Adding a search functionality with the filter option.

Context

The change will show only the hackathons or CFPS, searched for in the search bar.

Possible implementation

No response

Additional information

No response

Code of Conduct

  • [X] I agree to follow this project's Code of Conduct

Kushagra102 avatar Jun 26 '23 19:06 Kushagra102

Hi there!

Thank you for creating an issue. We appreciate your feedback and will do our best to address your concerns as quickly as possible. If you have any questions or need additional information, please don't hesitate to let us know. Welcome to the community. Thanks again for your contribution!

If you want to keep contributing to open source and want to do it with a supportive and inclusive community, consider joining UniKonf. We help and encourage each other to make regular contributions to open source projects. If you have any questions, do not hesitate to ask. We look forward to having you as part of our community!

github-actions[bot] avatar Jun 26 '23 19:06 github-actions[bot]

Hey @Deepu178 Please assign me this issue under GSSOC'23.

Kushagra102 avatar Jun 26 '23 19:06 Kushagra102

@Kushagra102 can you tell me how are you gonna implement the things and at which level you are planning to do?

Deepu178 avatar Jul 04 '23 20:07 Deepu178

@Deepu178 I was thinking of something like this with the most optimized search technique. If any other changes you want please suggest.

image

Kushagra102 avatar Jul 04 '23 20:07 Kushagra102

actually, It's static but I want to know in details about searching services you are gonna use

Deepu178 avatar Jul 04 '23 20:07 Deepu178

Hey @Deepu178
Okay so I will be iterating reducing the number of re-renders which are caused when you implement basic search functionality by only rendering and displaying the searched components. Filter logic can be something like updating filter options only when the search term changes and using useMemo to remember to make it utmost optimized (if need be).

Kushagra102 avatar Jul 05 '23 17:07 Kushagra102