Margaret-Petersen / Margaret-Petersen/uber-eats-clone-using-react-native
Vendor Page Store Counter Does Not Increment Beyond 100
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
On the admin dashboard's "Vendor" page, while adding a new store, the store count does not increment beyond 100. This prevents vendors from registering more than 100 stores, even if the system should allow it.
To Reproduce
Steps to reproduce the behavior:
Go to the "Vendor" page in the admin dashboard.
Attempt to add stores until the count reaches 100.
Try adding the 101st store.
Observe that the counter does not increase and the store is not added.
Expected behavior
The system should allow vendors to add more than 100 stores if there is no set limit, or at the very least, display a clear message if a limit is intentionally enforced.
Screenshots
Image
Desktop (please complete the following information):
OS: [e.g., Windows 10]
Browser: [e.g., Chrome]
Version: [e.g., 112]
Additional context
There is no visible warning or error indicating that the limit has been reached. This may be a front-end limitation or a hardcoded cap that needs to be reviewed or adjusted.
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
Locate the admin dashboard's Vendor page and trace the flow for adding stores, then search for the counter logic or a hardcoded value of 100. Reproduce the problem by adding the 101st store and determine whether the UI or another part of the application rejects it. Done means stores beyond 100 can be added, or an intentional limit is clearly communicated.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100