You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aConnect-BS/aconnect
Naeem Ullah d304477b8c Implement soft delete for User entity
Added an isDeleted field to the User model and updated the deleteUser method in UserService to perform a soft delete by setting isDeleted to true and isActive to false. Updated UserRepository with methods to filter out deleted users and adjusted getAllUsers to exclude admin roles.
2 weeks ago
..
.mvn/wrapper Rename econnect module to aconnect 1 month ago
src Implement soft delete for User entity 2 weeks ago
.gitattributes Rename econnect module to aconnect 1 month ago
.gitignore Rename econnect module to aconnect 1 month ago
mvnw Rename econnect module to aconnect 1 month ago
mvnw.cmd Rename econnect module to aconnect 1 month ago
pom.xml Revert "Profile for PROD" 4 weeks ago