Closed ShiruvatiNarasimha closed 1 day ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
wanderlust-2024 | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Nov 20, 2024 5:45pm |
Thank you for submitting your pull request! π We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! π
Summary: This PR introduces an enhancement to the userSchema by updating the profilePicture field to better manage user profile images.
Key Changes:
1 Updated profilePicture field: Added url to store the full URL of the profile picture. Added filename to track the file name for internal purposes.
Reason for Change:
To improve the handling of profile pictures by clearly separating the file URL and filename, making the system more robust and flexible for future enhancements like cloud storage integration.
Testing:
Verified the schema updates do not break existing data. Confirmed that new fields are correctly added to the user records.
Let me know if further adjustments are needed! π