AlfiyaSiddique / TastyTrails

TastyTrails is a web application designed to explore delightful recipes from around the world. It leverages modern technologies to create an immersive culinary experience.
https://delightful-daifuku-a9f6ea.netlify.app/
GNU Affero General Public License v3.0
30 stars 86 forks source link

FEATURE: Store Recipe Images in the Database Instead of GitHub #432

Closed IkkiOcean closed 1 week ago

IkkiOcean commented 1 week ago

Is there an existing issue raised for this?

Describe the feature

Description: Currently, recipe images are stored on GitHub and referenced by URLs. This approach can be inefficient and may lead to limitations such as bandwidth issues, dependency on GitHub's availability, and potential future scalability concerns. The goal is to store recipe images directly in the database, ensuring that all recipe data (including images) is contained within a centralized system.

Component

backend

It should be implemented because

Storing recipe images in the database, rather than on an external platform like GitHub, offers several advantages in terms of data management, scalability, security, and flexibility.

Would you like to work on this issue?

Yes

Terms & Conditions