pooranjoyb / popShop

eCommerce Shoping Platform (with Admin Panel) based on ReactTS & Daisy UI, integrating Supabase as BaaS
https://pop-shop-github.vercel.app/
MIT License
34 stars 71 forks source link

[Feature] Initiate a `Storage Bucket` in Supabase for `Store` items #232

Closed pooranjoyb closed 3 months ago

pooranjoyb commented 3 months ago

Description

As of now we are rendering static images from public/assets but eventually we can't keep store items in src. Hence we plan to initiate Storage Bucket to store the images of products in the supabase itself.

Tasks :

For further information checkout

Screenshots

No response

Checklist

masterboy376 commented 3 months ago

Hello @pooranjoyb I have no issue assigned to me right now. I would like to work on this issue under gssoc'24

pooranjoyb commented 3 months ago

Go Ahead. Drop a PR by Tomorrow EOD. @masterboy376

masterboy376 commented 3 months ago

@pooranjoyb , for this issue should I create a bucket solely for storing images, with name such as "images_bucket"

pooranjoyb commented 3 months ago

yes make it store-bucket

masterboy376 commented 3 months ago

@pooranjoyb
Ah, actually I created the PR and the bucket with images_bucket. Just a suggestion, wouldn't it be more comprehensive to name it images_bucket if we are just storing the images in it.

pooranjoyb commented 3 months ago

@pooranjoyb Ah, actually I created the PR and the bucket with images_bucket. Just a suggestion, wouldn't it be more comprehensive to name it images_bucket if we are just storing the images in it.

Works!