Add image upload to "Parts" #21
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, when parts are created or edited, a string can be set to a image url, to be the main image for the part.
https://cadhub.xyz/parts/1/edit
or
https://cadhub.xyz/parts/new
This should instead be a file upload for images.
Use https://www.filestack.com
This should be a fairly straight forward task as redwood already has an excellect cookbook guide for just this.
https://redwoodjs.com/cookbook/file-uploads
Let me know of any env vars or things I need to do to the delployment environment in order for your changes to go live.
I'm going to get started on this one.
hey, i would like to help with this
Sorry @Yash-R I've already done this with #31
Ended up going with Cloudinary, But I made a issue just for you, it's much easier than this one though so let me know if you want to do it or not. I'm happy to think of something more challenging if you would like. There is lots to do.