Closed IkkiOcean closed 1 week ago
Name | Link |
---|---|
Latest commit | 1ac46921c1de81821a7d2c27a395aab26205064f |
Latest deploy log | https://app.netlify.com/sites/delightful-daifuku-a9f6ea/deploys/672f599c6011c400089f9374 |
During the shifting of storage from GitHub to database, I found that update page is not able to change the image of the recipe. so I fixed it also! I hope you dont mind it. @AlfiyaSiddique
@IkkiOcean can you share a video by creating one dummy recipe with an image upload, since the current video only shows the update operation and not the add operation
@IkkiOcean can you share a video by creating one dummy recipe with an image upload, since the current video only shows the update operation and not the add operation
yeah sure! doing it right away
Also remove the GitHub related envs from the env example file
https://github.com/user-attachments/assets/2d19e0bd-3eb4-4971-8e06-252e09f2cdb2
@AlfiyaSiddique the video of upload
🎉 Thank you @IkkiOcean Your pull request has been successfully merged! 🎉 Thank you for your contribution to our project. Your efforts are greatly appreciated. Keep up the fantastic work! 🚀
Description:
This PR addresses two major improvements for the recipe management functionality:
Fixed Recipe Image Storage: Updated the application to store recipe images directly in the database rather than storing them on GitHub, which improves data security, organization, and accessibility.
Enhanced Update Recipe Page: Added support for changing the recipe image on the update page, including backend support. Previously, there was no option to change the image, and the backend controller didn’t support this functionality.
Changes Made:
Recipe Image Storage Fix:
Update Recipe Page Fix:
Screenshots/Visual Changes:
https://github.com/user-attachments/assets/25016c1a-b962-4e4c-9854-449df45e7ad7
Related Issues:
How should this be tested?
For storage shift from GitHub to mongoose db
For update fix
Checklist
console.logs