Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement buyer able to list all products #83

Merged
merged 1 commit into from
May 17, 2024

Conversation

UwicyezaG
Copy link
Contributor

What does this PR do?

This pull request adds the functionality for buyers to view all products offered by a vendor on the platform. It enhances the browsing experience by allowing buyers to explore available products easily.

Description of Task to be completed?

  • Developed API endpoints to retrieve product listings from the database.
  • Ensured that only products from verified vendors are fetched.
  • Implemented pagination and filtering options to enhance user experience.

How should this be manually tested?

git clone  https://github.com/your-repo.git
cd your-project-folder
git checkout branch-?
npm i
npm run start:dev

@UwicyezaG UwicyezaG added the product Feature for buyer's interaction with the product label May 15, 2024
@UwicyezaG UwicyezaG added this to the Product Management milestone May 15, 2024
@UwicyezaG UwicyezaG self-assigned this May 15, 2024
@UwicyezaG UwicyezaG linked an issue May 15, 2024 that may be closed by this pull request
7 tasks
@UwicyezaG UwicyezaG added backend Good for newcomers In Progress This Label will be added on pending task and removed product Feature for buyer's interaction with the product labels May 15, 2024
@faid-terence
Copy link
Collaborator

@UwicyezaG
What's the Progres on this PR ?

@coveralls
Copy link

coveralls commented May 16, 2024

Pull Request Test Coverage Report for Build 9119781846

Details

  • 20 of 20 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.3%) to 81.818%

Totals Coverage Status
Change from base Build 9113730008: 0.3%
Covered Lines: 982
Relevant Lines: 1127

💛 - Coveralls

@UwicyezaG UwicyezaG added Ready for reviews Pull request is ready for review and removed In Progress This Label will be added on pending task labels May 16, 2024
Copy link
Collaborator

@faid-terence faid-terence left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice Work @UwicyezaG !

@faid-terence faid-terence merged commit 033cde2 into develop May 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Good for newcomers Ready for reviews Pull request is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Buyer should be able to list all products from vendors
8 participants