You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Objective: The purpose of this issue is to implement a new feature in the admin page of our React application, which will allow the admin to view a list of all users without applying any filters.
Details:
Add a new button labeled 'Display All Users' on the admin page.
Upon clicking this button, send a request to the Node.js backend to fetch all user data.
Display the fetched user data in a new page "/users".
Ensure that the design of the button and user list is consistent with the existing UI/UX of the admin page.
The text was updated successfully, but these errors were encountered:
mriiad
changed the title
Display users list - admin only
[Front] - Display users list - admin only
Jan 13, 2024
TO BE DONE AFTER: #74
Add New 'Display All Users' Button in Admin Page
Objective: The purpose of this issue is to implement a new feature in the admin page of our React application, which will allow the admin to view a list of all users without applying any filters.
Details:
The text was updated successfully, but these errors were encountered: