-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat : AddSpaceRepository에 saveAll 메서드 추가 (#192) * feat : 회원 가입 시 사용자의 개인 스페이스와 단체 스페이스를 자동으로 생성하는 기능을 추가 (#192) - 새로운 회원 정보를 저장한 후, 해당 회원의 개인 스페이스와 단체 스페이스 정보를 SpaceSaveRequest 객체 생성 - SpaceSaveRequest 객체들을 AddSpace 엔티티로 변환하고 저장 * refactor : SpaceSaveRequest 생성 로직 메서드로 분리 (#192) * refactor : 회원가입한 사용자 스페이스 생성 로직 메서드 분리 (#192) * refactor : 스페이 저장 로직 메서드 분리 (#192) * refactor : 스페이스 초기화 및 저장 메서드 통합 (#192) - 회원가입 과정에서 새로운 회원을 위한 스페이스를 초기화하고 저장하는 로직을 한 메서드에서 처리하도록 변경
- Loading branch information
Showing
3 changed files
with
53 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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