Margaret-Petersen / Margaret-Petersen/uber-eats-clone-using-react-native
Coupons Page Showing "Coming Soon" Instead of Previously Available Coupon List
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
The Coupons page in the admin panel (or vendor panel) is now displaying a "Coming Soon" message. Previously, this page displayed a list of active and inactive coupons. The content seems to have been removed or hidden unexpectedly, affecting access to coupon management features.
To Reproduce
Steps to reproduce the behavior:
Log in to the admin/vendor panel
Navigate to the Coupons page
Observe that instead of the coupon list, a "Coming Soon" message is displayed
Expected behavior
The page should display the list of existing coupons as it did previously, with options to create, edit, or deactivate them. The "Coming Soon" message should not appear if the feature was already available and functional.
Screenshots
Image
Desktop (please complete the following information):
OS: Windows 11
Browser: Chrome
Version: [e.g., 123.0.6312.86]
Additional context
This may be a regression or a mistakenly pushed change. If coupon functionality is intentionally being modified or phased out, a proper notice should be shown instead of reverting to a placeholder.
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 Coupons page entry point in the admin and vendor panels, then reproduce the issue and inspect the code that renders the "Coming Soon" message. Compare that path with the existing coupon-list behavior and its related create, edit, or deactivate flows. Done means the previously available coupon list and management actions are restored and the placeholder no longer appears unexpectedly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100