gray-mueller / gray-mueller/food-delivering-app-using-react-native

Users Tab Not Displaying Registered Users

Open
#566 0 comments 0 reactions 0 assignees View on GitHub

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 Users tab is currently not displaying any registered users. The section appears empty even though users have been registered in the system.

To Reproduce
Steps to reproduce the behavior:

Log in to the admin dashboard

Navigate to the Users tab

Observe that no users are listed, even though there should be entries

Expected behavior
The Users tab should display a list of all registered users, showing their relevant details like name, email, and status.

Screenshots

Image

Desktop (please complete the following information):

OS: Windows 11

Browser: Chrome

Additional context
This issue prevents admins from viewing or managing user accounts effectively. It may be related to a frontend rendering issue or a problem retrieving data from the backend.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in the admin dashboard's Users tab and trace how the registered-user list is fetched and rendered. Reproduce the empty state, then inspect whether the data request or rendering path is failing. Done means the tab displays registered users with their name, email, and status.

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
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.