Open harshmangalam opened 2 years ago
Hey Harsh, I have previously worked with cloudinary, I can give it a try!
Sure , you can continue
@harshmangalam Hii can you assign it to me? I want to work on it.
Make PR i will merge
can you suggest something on how I will start? explain me little bit about it
@harshmangalam any update please update me on how I will start. Like there is no backend-related stuff present in your repo. I m waiting for your response. I really wanted to do this please tell me.
@harshmangalam any update please update me on how I will start. Like there is no backend-related stuff present in your repo. I m waiting for your response. I really wanted to do this please tell me.
its in readme, create a .env file, add VITE_ENDPOINT=https://hydrogen-harsh.herokuapp.com/api
to it
Backend is available on another repo https://github.com/harshmangalam/hydrogen-nodejs-server
But you can use this https://hydrogen-harsh.herokuapp.com/api url to access backend api
When someone click on delete image button of preview image Make an api DELETE
call to /cloudinary/:public_id
path to delete image from cloudinary. public_id is available when some image will be upload.
Ok i will try @harshmangalam
Hii @harshmangalam so this is front-end work only i need to call that API with /cloudinary/:public_id
Yes
Image component is a shared component that is used by profile pic upload screen, post create screen etc... Now when image upload it create blob and show the preview at same time when image successfully uploaded to cloudinary then cloudinary url added to image preview and blob destroyed. But suppose if someone remove image then it only remove from the state it should also remove that image from cloudinary.
Make
DELETE
api call to/cloudinary/:public_id
when someone remove image during preview.public_id
you can get during image uploaded to cloudinary