Vk update user#897
Conversation
…rties of undefined (reading 'outputFilePath')
…crypting phone and passing correct meta in account search
Issue #000 fix: added new endpoint to create account in teanat and decrypting phone and passing correct meta in account search
Added AWS secret access key exports for deployment.
Updated environment variable export syntax for AWS credentials.
Issue #000 fix: serach Users with one or more meta params
…into Issue#253287
Issue#253287 Feat: User account search API > Add status filter
…into Issue#252552
Issue#252552 Feat: User bulk upload with all entity types
Profile read while creating project giving error
Issue#254093 Feat: Update > LC update participant address
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (10)
WalkthroughAdds BRAC development and QA deployment workflows, tenant-aware account creation, optional login issuance, metadata-based user search and CSV imports, and expanded administrative user update behavior. ChangesTenant-aware user management
BRAC deployment automation
Estimated code review effort: 4 (Complex) | ~60 minutes Sequence Diagram(s)sequenceDiagram
participant Tenant.accountCreate
participant AccountHelper.create
participant TenantLookup
participant UserSession
Tenant.accountCreate->>AccountHelper.create: body and registerWithLogin=false
AccountHelper.create->>TenantLookup: resolve tenant domain
AccountHelper.create->>UserSession: create tokens and session when login is enabled
Possibly related PRs
Poem
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
Summary by CodeRabbit
New Features
Bug Fixes