Open DownOnCoffee opened 5 months ago
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
Please assign me this task , I am a contributor in GSSOC'24.
Is your feature request related to a problem? Please describe. It's better if the user can upload multiple images for better UX and also for better understanding.
Describe the solution you'd like I will update add photo feature so that user can add more than 1 images.
okay first share your plan #342
UI Update: 1.Redesign the "Add Photo" section to allow users to select multiple images. This could be implemented with multi-select button. 2.Update the UI to show a preview of all selected images with options to remove any . Backend: 1.Modify the API endpoint that handles image uploads to accept multiple files. Database changes: if images are stored in database then update database schema to store multiple images. @codewarnab
UI Update: 1.Redesign the "Add Photo" section to allow users to select multiple images. This could be implemented with multi-select button. 2.Update the UI to show a preview of all selected images with options to remove any . Backend: 1.Modify the API endpoint that handles image uploads to accept multiple files. Database changes: if images are stored in database then update database schema to store multiple images. @codewarnab
you have to also update the ngo dashboard to show multiple images probably with swipe feature in mobile and with arrow swipe in desktop
@codewarnab Yes I can do that too .
@codewarnab Can you assign me for this task so that I can start the work.
yes
I am facing an issue where I am trying to upload the image on the website but It's giving error while doing that @codewarnab
I am facing an issue where I am trying to upload the image on the website but It's giving error while doing that @codewarnab
is it locally or pawss.vercel.app ?
@codewarnab local
@codewarnab local
Did you set up the .env as instructed in contributing.md?
I will check again
https://api.cloudinary.com/v1_1/
@rishicds
Is your feature request related to a problem? Please describe. It's better if the user can upload multiple images for better UX and also for better understanding.
Describe the solution you'd like I will update add photo feature so that user can add more than 1 images.