[LOCKLITE-82] Create a vault with members in API#151
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR implements the ability to create vaults with members directly through the API, allowing users to specify vault members by email address during vault creation rather than adding them separately afterwards.
- Adds support for including members in vault creation payload
- Implements database transaction to create vault and add members atomically
- Updates return types to include member information in the response
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| create-vault.payload.dto.ts | Adds OpenAPI documentation for the new members array parameter |
| create-vault.data.dto.ts | Updates response schema to return vault with members instead of just vault |
| vaults.repository.ts | Implements new method to create vault with members by email in a single transaction |
| create-vault-with-members-by-email.record.ts | Defines new record type for vault creation with member emails |
| create-vault.usecase.ts | Updates use case to handle member emails and use new repository method |
| route.ts | Updates API endpoint to handle new response format with members |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
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.
No description provided.