atlp-rwanda / dynamites-ecomm-fe

https://dynamite-frontend.netlify.app/
0 stars 0 forks source link

Implement Most Popular section on landing page #62

Closed niyibi250 closed 3 months ago

niyibi250 commented 3 months ago

What does this PR do?

Integrates the "Most Popular" section on the landing page of our e-commerce website, displaying the most popular products based on predefined criteria.

Description of Task to be completed?

How should this be manually tested?

Any background context you want to provide?

The "Most Popular" section is feature aimed at enhancing user engagement by showcasing trending products. This integration involves setting up Redux for state management, fetching data from an API, and implementing responsive and interactive UI components using Tailwind CSS.

What are the relevant pivotal tracker/Trello stories?

Screenshots

Screenshot 2024-07-02 132702

Screenshot 2024-07-02 133004

Screenshot 2024-07-02 133500

Screenshot 2024-07-02 133801

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 77.23577% with 112 lines in your changes missing coverage. Please review.

Project coverage is 86.58%. Comparing base (5d62524) to head (b109290). Report is 1 commits behind head on develop.

Files Patch % Lines
src/components/Popular/MostPopular.tsx 72.85% 19 Missing :warning:
src/components/Popular/MostRecent.tsx 73.97% 19 Missing :warning:
src/components/Popular/MostSelling.tsx 71.21% 19 Missing :warning:
src/components/Popular/Popular_section.tsx 40.00% 18 Missing :warning:
src/features/Auth/SignInSlice.ts 70.83% 14 Missing :warning:
src/components/Navbar.tsx 79.59% 10 Missing :warning:
src/features/Popular/availableProductSlice.ts 83.67% 8 Missing :warning:
src/pages/Home.tsx 25.00% 3 Missing :warning:
tailwind.config.js 0.00% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #62 +/- ## =========================================== - Coverage 88.37% 86.58% -1.80% =========================================== Files 32 40 +8 Lines 2108 2572 +464 Branches 141 179 +38 =========================================== + Hits 1863 2227 +364 - Misses 241 341 +100 Partials 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.