bradtraversy / proshop-v2

ProShop ecommerce website built with MERN & Redux Toolkit
580 stars 301 forks source link

Delete product image on product deletion #29

Open VighneshManjrekar opened 10 months ago

VighneshManjrekar commented 10 months ago

Earlier after deleting product admin or users (whoever have system access) have to manually delete deleted product images. With this commit controller will handle the image delete only if it is uploaded by the user (images inside "/upload" folder).

VighneshManjrekar commented 10 months ago

@bushblade I have removed the recent commit.

bushblade commented 10 months ago

Thanks @VighneshManjrekar I won't merge immediately as I need to document the changes for students to follow and just a bit busy with other stuff right now.