Fix issues #129, #130, #94, #106, #105, #126#137
Open
Snehil208001 wants to merge 1 commit intojaygajera17:master2from
Open
Fix issues #129, #130, #94, #106, #105, #126#137Snehil208001 wants to merge 1 commit intojaygajera17:master2from
Snehil208001 wants to merge 1 commit intojaygajera17:master2from
Conversation
…a17#106, jaygajera17#105, jaygajera17#126 - jaygajera17#129: Add delete/toggleActive functionality for customers (AdminCustomerController) - jaygajera17#130: Add isActive boolean flag in User model with soft delete and security checks - jaygajera17#94: Fix Update Product Details (AdminProductController, productsUpdate.jsp) - jaygajera17#106: Fix misaligned login button on mobile (adminlogin.jsp CSS) - jaygajera17#105: Add Dockerfile and docker-compose.yml for easier setup - jaygajera17#126: Split Admin controller into AdminController, AdminCategoryController, AdminProductController, AdminCustomerController Additional: AdminDataLoader for BCrypt admin password, fix SecurityConfiguration UserDetailsService Made-with: Cursor
ec40169 to
2fda2e0
Compare
Author
Testing instructionsSetup:
Admin login: Docker: Verified: All Maven tests pass locally. |
Author
Key files changed
|
Owner
|
Thanks @Snehil208001 , I'll check this |
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.
Additional: AdminDataLoader for BCrypt admin password, fix SecurityConfiguration UserDetailsService