atlp-rwanda / dynamites-ecomm-fe

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

Implement "Add Product" Functionality in Vendor Dashboard #66

Closed ambroisegithub closed 5 days ago

ambroisegithub commented 5 days ago

Description

This pull request aims to enable vendors to add new products to their inventory via the vendor dashboard. It involves creating a form for product details, integrating it with Redux Toolkit for state management, implementing POST methods to send product data to the backend API, and ensuring functionality and reliability through comprehensive unit testing.

Acceptance Criteria