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

Feature that allows seller to update and delete a product #43

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

patrickhag
Copy link
Contributor

@patrickhag patrickhag commented Jul 21, 2024

Purpose

  • Added a components for landing page of the seller dashboard
  • Utilized react-router-dom to handle non-existent pages

Changes Made

Describe the changes made

Testing Instructions

List all testing instruction, if availbale

Related Issues

Lists all related issues

Checklist

Please review the following checklist and make sure all tasks are complete before submitting:

  • Code follows the project's coding standards
  • Changes are covered by tests
  • Documentation is updated (if applicable)
  • All tests pass
Screenshot 2024-07-22 at 00 26 40 Screenshot 2024-07-24 at 14 36 26

Copy link

netlify bot commented Jul 21, 2024

Deploy Preview for e-commerce-mavericks-fn ready!

Name Link
🔨 Latest commit aabeedb
🔍 Latest deploy log https://app.netlify.com/sites/e-commerce-mavericks-fn/deploys/66a146038e66bb00087f82b5
😎 Deploy Preview https://deploy-preview-43--e-commerce-mavericks-fn.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@patrickhag patrickhag force-pushed the 187354242-seller-statistics branch 4 times, most recently from 25ec24e to 6054711 Compare July 24, 2024 12:33
@patrickhag patrickhag changed the title Feature that allows seller to see statitics on the landing page of his/her dashboard Feature that allows seller to update and delete a product Jul 24, 2024
@patrickhag patrickhag force-pushed the 187354242-seller-statistics branch from 6054711 to 6d354df Compare July 24, 2024 12:42
@patrickhag patrickhag force-pushed the 187354242-seller-statistics branch from 6d354df to 6aca94b Compare July 24, 2024 17:51
…s/her dashboard.

	modified:   package.json
	modified:   src/App.tsx
	new file:   src/assets/face-id-error.svg
	new file:   src/components/dashboard/AreaChart.tsx
	new file:   src/components/dashboard/BarChart.tsx
	modified:   src/components/dashboard/Navbar.tsx
	new file:   src/components/dashboard/StatisticsCard.tsx
	new file:   src/components/dashboard/Table.tsx
	new file:   src/components/dashboard/TopSellingProductCard.tsx
	new file:   src/components/seller/DeleteProductModal.tsx
	new file:   src/containers/Error/ErrorContainer.tsx
	modified:   src/containers/herosection/HeroPage.tsx
	new file:   src/pages/ErrorPage.tsx
	modified:   src/pages/seller/AddNewProduct.tsx
	new file:   src/pages/seller/EditProduct.tsx
	modified:   src/pages/seller/Products.tsx
	modified:   src/pages/seller/index.tsx
	modified:   src/redux/slices/productsSlice.ts
	modified:   src/services/productApi.ts
	modified:   src/services/userApi.ts
	modified:   src/types/Types.ts
	new file:   vite.config.ts.timestamp-1721377722937-8c29150a52b3a.mjs
@patrickhag patrickhag force-pushed the 187354242-seller-statistics branch from 6aca94b to aabeedb Compare July 24, 2024 18:20
@niyontwali niyontwali merged commit 0cfb527 into develop Jul 25, 2024
8 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.

4 participants