dguglielmi-git / innovandoliving

InnovandoLiving - NextJS Ecommerce - Official Website
2 stars 0 forks source link

[FE] - Load bulk products #61

Open dguglielmi-git opened 7 months ago

dguglielmi-git commented 7 months ago

We need to have an option for uploading products in bulk mode. The bulk upload option should read an Excel file and import all the products to the database.

The images will be stored in an AWS S3 bucket. So the file's name must match the name specified in the column 'Image filename' within the Excel file.

This option should be included in the Product Management section. So the user will be able to load a single product or several products with the bulk option.