gray-mueller / gray-mueller/online-ordering-and-delivery-system-using-python
Implement Unique Restaurant Links for Improved Accessibility of Websites.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Issue: Implement Unique Restaurant Links for Improved Accessibility
Description:
In current system, restaurants do not have unique and user-friendly links. Instead, they are assigned random, code-based URLs, such as www.entega.com/shdhsdb1233. You need to implement a feature that provides each restaurant with a unique, custom link like www.entega.com/bakershop, which is more accessible and user-friendly.
Impact:
User Accessibility: Unique and memorable links make it easier for customers to find and access specific restaurants, improving the user experience.
Branding and Marketing: Custom restaurant links can be used in marketing and branding efforts, increasing the restaurant's visibility and recognition.
Steps to Reproduce:
Access the restaurant listings on your platform.
Observe that restaurants are assigned random, code-based URLs.
Attempt to locate a feature that allows for the creation of custom, unique restaurant links.
Expected Resolution:
You should implement a feature that provides each restaurant with a custom, unique link, making it more accessible and user-friendly. This feature will enhance user experience, improve restaurant branding, and assist in marketing efforts.
Contributor guide
Research direction
Start by locating the restaurant listing and restaurant URL-generation entry points, then trace how the current random code-based links are created and resolved. Done means each restaurant has a unique, user-friendly custom link such as /bakershop and the link can be used to access the correct restaurant.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100