You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, there is no way for users to personalize their profiles by uploading or changing their profile pictures, which affects the user experience and personalization.
Describe the solution you'd like
I would like to implement a feature that allows users to update their avatars using Cloudinary. Cloudinary is a powerful media management platform that simplifies the process of uploading, storing, and managing images. By integrating Cloudinary, users can easily upload a new avatar or update their existing one directly from their profile settings.
Describe alternatives you've considered
Local Storage: Storing images directly on our server. However, this approach requires additional server storage and handling image processing, which can be resource-intensive.
Other Cloud Services: Considering other cloud image management services like AWS S3 or Google Cloud Storage. While these are viable options, Cloudinary offers more robust features specifically for image handling and transformation.
Third-Party Integrations: Using a third-party avatar service, but this would not provide the flexibility and control over user avatars as Cloudinary would.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Congratulations, @laxmanp090404! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!
We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines
Is your feature request related to a problem? Please describe.
Currently, there is no way for users to personalize their profiles by uploading or changing their profile pictures, which affects the user experience and personalization.
Describe the solution you'd like
I would like to implement a feature that allows users to update their avatars using Cloudinary. Cloudinary is a powerful media management platform that simplifies the process of uploading, storing, and managing images. By integrating Cloudinary, users can easily upload a new avatar or update their existing one directly from their profile settings.
Describe alternatives you've considered
Local Storage: Storing images directly on our server. However, this approach requires additional server storage and handling image processing, which can be resource-intensive.
Other Cloud Services: Considering other cloud image management services like AWS S3 or Google Cloud Storage. While these are viable options, Cloudinary offers more robust features specifically for image handling and transformation.
Third-Party Integrations: Using a third-party avatar service, but this would not provide the flexibility and control over user avatars as Cloudinary would.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: