feat(auth): implement api order matching, capacity routing and tourist auth#225
Merged
Merged
Conversation
React DoctorScore: |
- Add postgres-js connection timeouts (connect_timeout, idle_timeout, max_lifetime) - Preserve zzz_notes on order items during create - Enrich getAll() with catalog product data - Fix login screen error display, i18n, testID, LoadingView - Add tests for mock placeOrder with reservation/catalog data - Fix overflow-hidden on login hero image container - Remove unused DEFAULT_PRICE constant
… for registration state management
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.
Linked Issue
Closes #226
Summary
/createauth endpoint with integration + unit test coverageChanges
apps/backend/src/routes/auth.tsapps/backend/src/services/auth.service.tsapps/backend/src/routes/auth.test.tsapps/mobile/src/services/__tests__/auth.service.test.tsglobalThisfix)apps/backend/src/db/schema/users.tsTest Summary
✅ PASS: All tests passing,
make checksuccessful (typecheck + lint + GGA verification)Contributor Checklist
type:*labelmake checkand tests passCo-Authored-Bytrailers