Implement user avatar upload#437
Merged
Merged
Conversation
…into Implement-User-Avatar-Upload
implement user Avatar user
|
@shamoo53 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
LaGodxy
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title: Implement User Avatar Upload Feature
Description:
This PR introduces support for user profile avatar uploads, enabling users to upload and manage their profile images within the platform.
Overview of Changes:
Acceptance Criteria Covered:
Technical Notes:
Testing:
Impact:
This feature improves user personalization and enhances overall user experience while maintaining performance and storage efficiency.
Closes #307
Here’s a clean PR description for that issue:
Title: Implement User Soft Delete Functionality (#309)
Description:
This PR introduces soft delete functionality for users, allowing accounts to be marked as deleted without permanently removing them from the database. This ensures data integrity, auditability, and potential recovery if needed.
Overview of Changes:
deletedAttimestamp field to the user modeldeletedAtinstead of permanently deleting recordsAcceptance Criteria Covered:
deletedAttimestampTechnical Notes:
deletedAt != nullTesting:
deletedAtfield correctlyImpact:
Improves data safety and compliance by avoiding permanent data loss, while maintaining clean application behavior through query filtering.
Closes #309
Here’s a clean, production-ready PR description:
Title: Implement “Remember Me” Persistent Sessions (#300)
Description:
This PR adds “Remember Me” functionality to authentication, enabling users to maintain persistent sessions across visits when the option is selected. It introduces extended session duration, secure cookie handling, and clear separation between standard and persistent sessions.
Overview of Changes:
Acceptance Criteria Covered:
Technical Notes:
Testing:
Impact:
Improves user experience by reducing repeated logins while maintaining strong security controls and session management discipline.
Closes #300
Here’s a solid, production-ready PR description:
Title: Implement Device Fingerprinting & Recognition (#302)
Description:
This PR introduces device fingerprinting to enhance account security by identifying and tracking user devices. It enables detection of new or unrecognized devices and supports alerting mechanisms for suspicious login activity.
Overview of Changes:
Acceptance Criteria Covered:
Technical Notes:
UserDevice(or similar) table/collectionTesting:
Impact:
Strengthens account security by providing visibility into device usage and enabling early detection of suspicious access patterns.
Closes #302