lambertf917 / lambertf917/react-native-uber-eats-clone
Enhancing Restaurant Search Functionality for Improved User Experience
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Problem Description:
Users often struggle to find specific restaurants on the website due to the limited search functionality according to the selected location. Additionally, users may not always know the exact names of the restaurants they are looking for in that specific location, further complicating the search process.
Solution:
I would like to add a functionality to the search restaurant name feature that provides suggestions as the user types. When a user starts typing a single word, the search bar should automatically display all the restaurants in list below that match that word in selected location,even if the user doesn't know the full name. As the user continues typing, the suggestions should refine based on the input, showing restaurants whose names start with or contain the typed letters.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the restaurant-name search entry point and the existing selected-location filtering behavior. Confirm how restaurant data and location selection are represented, then define the suggestion behavior for partial names. Done means matching restaurants appear and refine as the user types while respecting the selected location.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- frontend, mobile, search
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100