-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implementing Display Products in the Dashboard #80
Closed
niyibi250
wants to merge
15
commits into
develop
from
68-implementing-Display-Products-in-the-dashboard
Closed
Implementing Display Products in the Dashboard #80
niyibi250
wants to merge
15
commits into
develop
from
68-implementing-Display-Products-in-the-dashboard
Conversation
This file contains 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
❌ Deploy Preview for dynamite-frontend failed.
|
niyibi250
force-pushed
the
68-implementing-Display-Products-in-the-dashboard
branch
from
July 9, 2024 14:53
0305db5
to
75d9ce6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #80 +/- ##
===========================================
- Coverage 88.52% 83.04% -5.48%
===========================================
Files 46 51 +5
Lines 3424 3951 +527
Branches 242 255 +13
===========================================
+ Hits 3031 3281 +250
- Misses 389 666 +277
Partials 4 4 ☔ View full report in Codecov by Sentry. |
niyibi250
added
Front-End
ready for review
The PR is ready for review to be mergrd
labels
Jul 9, 2024
rebase from dev and fix eslint errors implement nextSibling functiion implement previousSibling while you delete rebase from develop resolve deployment errors implement 2fa functionality working on verify otp codes and redirect rebasing from develop resolve vendor token must be string implement 2fa verfication Co-authored-by: Rurangwa Leo <[email protected]>
niyibi250
added
WIP
and removed
ready for review
The PR is ready for review to be mergrd
labels
Jul 10, 2024
…ttps://github.com/atlp-rwanda/dynamites-ecomm-fe into 68-implementing-Display-Products-in-the-dashboard
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.
What does this PR do?
Implement product display components, integrate with Redux for state management, add pagination controls, and write unit tests for product management in the vendor dashboard.
Description of Task to be completed?
As a vendor, this PR aims to display a list of products in the dashboard, fetch product data from the backend API, integrate state management with Redux Toolkit, implement pagination controls, and ensure robust unit test coverage.
How should this be manually tested?
- Fetch and Display Products:
- Pagination Controls:
Test pagination functionality to navigate through the product list.
Confirm correct display of pagination state.
- State Management:
- Unit Tests:
Any background context you want to provide?
This PR is part of enhancing vendor dashboard functionality to improve inventory management by providing a clear view of product listings with robust state management and testing.
What are the relevant pivotal tracker/Trello stories?
#78 (comment)
#65 (comment)
Screenshots (if appropriate)
Questions:
Any feedback or suggestions on the implementation approach are welcome!