fix(auth): fix auth module bugs, add transactions, clean up scrap code#255
Open
ayeshakhalid192007-dev wants to merge 1 commit into
Open
Conversation
- Fix null check on restaurant relation during login - Wrap admin registration in a database transaction for atomicity - Register feature modules in AppModule and add rate limiting (ThrottlerModule) - Remove duplicate harouns-ux/ and unused scrap-menu/ modules - Fix admin-registration route typo and update frontend API client Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Author
|
Fixed auth module bugs — added a null check for the restaurant relation during login and wrapped admin registration in a database transaction to ensure atomicity. Cleaned up the codebase by removing duplicate harouns-ux/ and unused scrap-menu/ modules, and registered all feature modules in AppModule with rate limiting via ThrottlerModule. Fixed frontend issues — corrected the admin-registration route typo and updated the API client. |
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.
Summary
harouns-ux/and unusedscrap-menu/modules, registered all feature modules inAppModulewith rate limiting (ThrottlerModule)admin-registrationroute typo, updated API clientTest plan
🤖 Generated with Claude Code