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 seller statistics in the seller's dashboard #38

Merged
merged 1 commit into from
Aug 1, 2024

Conversation

Heisjabo
Copy link
Collaborator

What does this PR do?

This PR adds seller's statistics in the dashboard

Description of Task to be completed?

  • a seller should be able to track number of sales and revenue made at a time

How should this be manually tested?

  1. Clone the repository.
  2. Checkout to the branch ft-seller-statistics.
  3. Run npm install to install dependencies.
  4. Run npm run dev to start the development server and login as a seller
  5. Test by accessing the dashboard to view the statistics

Copy link

vercel bot commented Jul 31, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
eagles-ec-fe ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2024 10:18am

@codecov-commenter
Copy link

codecov-commenter commented Jul 31, 2024

Codecov Report

Attention: Patch coverage is 79.31034% with 6 lines in your changes missing coverage. Please review.

Project coverage is 74.81%. Comparing base (6d43403) to head (c30291a).

Files Patch % Lines
src/redux/reducers/sellerStats.ts 73.91% 6 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              dev      #38   +/-   ##
=======================================
  Coverage   74.80%   74.81%           
=======================================
  Files          89       90    +1     
  Lines        2223     2247   +24     
  Branches      344      349    +5     
=======================================
+ Hits         1663     1681   +18     
+ Misses        548      541    -7     
- Partials       12       25   +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Collaborator

@Jovz19200 Jovz19200 left a comment

Choose a reason for hiding this comment

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

Looks good to me

@Heisjabo Heisjabo force-pushed the ft-seller-statistics branch from 38cde97 to c30291a Compare August 1, 2024 10:17
Copy link

codeclimate bot commented Aug 1, 2024

Code Climate has analyzed commit c30291a and detected 0 issues on this pull request.

View more on Code Climate.

@teerenzo teerenzo merged commit a7a68bf into dev Aug 1, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants