-
Notifications
You must be signed in to change notification settings - Fork 13
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
Implement reusable search component #55
Comments
I want to work on this issue can you please assign me this issue? |
You got it |
@Yashgupta9330 Are you still working on this issue? I noticed that you've also assigned yourself another issue(#68). So, if you aren't working on this, then I'd like to take over |
I have made the changes and am waiting for the Django PR to be merged so that I can test it. |
Hey @Yashgupta9330 what PR blocks you (not sure if it's something I can help you with)? |
@arkid15r To make API calls, we first need to resolve the CORS issue in Django. |
Gotcha! Yes, I've reviewed #100 and waiting for the comments to be addressed. I hope it'll be merged today. You can also reference the PRs in your issue replies as a blockers. That'd save some time for us. |
@Yashgupta9330 just FYI -- the #100 has been merged. |
Like the approach for a shared component for all items, we want a search bar that works across all pages (Contribute, Projects, Chapters, and Committees).
This search bar should be flexible and configurable, allowing it to connect with the backend and provide the right search features for each page.
The text was updated successfully, but these errors were encountered: