[Finishes #187788610] create buyers page on the admin-dashboard - #42
Open
hatfelicien wants to merge 1 commit into
Open
[Finishes #187788610] create buyers page on the admin-dashboard#42hatfelicien wants to merge 1 commit into
hatfelicien wants to merge 1 commit into
Conversation
hatfelicien
requested review from
Anguandia,
Favor-star,
JeanIrad,
Mag-codes,
amin-leon,
gracemugwanezak,
hozayves,
niyontwali and
patrickhag
July 19, 2024 06:16
✅ Deploy Preview for e-commerce-mavericks-fn ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Favor-star
approved these changes
Jul 19, 2024
Favor-star
requested changes
Jul 22, 2024
| const fetchBuyers = async () => { | ||
| try { | ||
| const response = await fetch( | ||
| 'https://e-commerce-mavericcks-bn-staging-istf.onrender.com/api/users/role/buyer', |
Contributor
There was a problem hiding this comment.
Why didn't you use RTK query here?
Use it please!
niyontwali
force-pushed
the
187788610-ft-create-buyers-page-on-admin-dashboard
branch
from
August 1, 2026 11:43
c90bb7d to
c6b55bf
Compare
❌ Deploy Preview for e-commerce-mavericks-fn failed.
|
niyontwali
force-pushed
the
187788610-ft-create-buyers-page-on-admin-dashboard
branch
from
August 1, 2026 12:28
c6b55bf to
88804d2
Compare
niyontwali
force-pushed
the
187788610-ft-create-buyers-page-on-admin-dashboard
branch
from
August 23, 2026 20:27
88804d2 to
9eb2fc5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Implement a Buyers Page on the admin dashboard that fetches and displays a list of buyers with their details.

Changes Made
BuyersPagecomponent to fetch and display buyer data.Testing Instructions
Related Issues
Lists all related issues
Checklist
Please review the following checklist and make sure all tasks are complete before submitting: