Skip to content
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 AutoComplete in the Search Bar #67

Open
1 task
DannyThorne01 opened this issue Nov 14, 2024 · 0 comments
Open
1 task

Implement AutoComplete in the Search Bar #67

DannyThorne01 opened this issue Nov 14, 2024 · 0 comments
Assignees

Comments

@DannyThorne01
Copy link
Collaborator

DannyThorne01 commented Nov 14, 2024

Task: Implement AutoComplete Search Bar 🐙

Features:

  • When a user searches for a Province (we'll only work with provinces not counties for now), as they are typing the search bar will provide recommendations to them. This feature is already implemented in frontend/..../SearchBar.tsx. Now I want you to update it so that if the user makes a mistake while typing out the name of a Province, the search will still provide the recommendations that are close to what they are typing. This is called fuzzy searching. For now you can declare a list of provinces as the list to search through when implementing fuzzy search. But later on this list should passed in as a prop the SearchBar component.

Estimated Time: 4 hrs - including tutorial and implementation time

Working Directory: frontend/src/components/molecules/SearchBar.tsx

Tutorials:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants