lambertf917 / lambertf917/food-ordering-system-source-code
Address Search Functionality on Enatega Multivendor Main Website
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
Description:
When entering an address on the Enatega Multivendor main website, the search for restaurants does not initiate upon pressing the "Enter" key. Instead, users are required to click the "Find Restaurants" button manually. This deviation from expected behavior can lead to a less intuitive and potentially frustrating user experience.
Steps to Reproduce:
Visit the Enatega Multivendor main website.
Navigate to the search bar on the homepage.
Enter a valid address.
Press the "Enter" key.
Expected Behavior:
Upon pressing the "Enter" key after entering an address, the website should initiate the search for restaurants without requiring an additional click on the "Find Restaurants" button.
Actual Behavior:
The search for restaurants does not start automatically after pressing the "Enter" key. Users need to click the "Find Restaurants" button to trigger the search.
11.12.2023_10.23.11_REC.mp4
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 at the main website homepage's address search bar and trace the existing "Find Restaurants" button action. Check how the search input handles Enter and make it trigger the same restaurant search; done means pressing Enter with a valid address starts the search without clicking the button, as described in the reproduction steps.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100