-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
여러 BlockStrategy의 saveBlocks 메서드 매개변수 변경 및 blockUUID 추출 방식 수정 완료 #195
Merged
YangSooHyun0
merged 56 commits into
Fastcampus-Final-Team3:refactoring
from
dpdmstjs:refactor/spaceWall-save-update
Oct 25, 2023
Merged
여러 BlockStrategy의 saveBlocks 메서드 매개변수 변경 및 blockUUID 추출 방식 수정 완료 #195
YangSooHyun0
merged 56 commits into
Fastcampus-Final-Team3:refactoring
from
dpdmstjs:refactor/spaceWall-save-update
Oct 25, 2023
Conversation
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
Contributor
dpdmstjs
commented
Oct 25, 2023
- 여러 BlockStrategy의 saveBlocks 메서드 매개변수 변경 및 blockUUID 추출 방식 수정 #194
- MoveBlockStrategy와 FixBlockStrategy 인터페이스를 구현하는 여러 전략들을 관리하고, 필요한 전략을 찾아 반환합니다.
…tcampus-Final-Team3#179) - save 메서드 내 WallInfoBlock 저장 로직을 processWallInfoBlock 메서드로 분리 - save 메서드 내 saveStyleSettingBlock 정보 블록 저장 로직을 processStyleSettingBlock 메서드로 분리
- save 메서드 내 spaceWall 저장 로직을 saveSpaceWall 메서드로 분리
- BlockJsonHandler -> BlockJsonProcessor
…se>>로 변경(Fastcampus-Final-Team3#179) - 타입 안전성을 위해 raw type 을 사용하지 않고 모든 타입이 CommonResponse 인터페이스 사용
…Final-Team3#179) - 공유페이지는 스페이스 하나당 하나만 생성이 가능하므로 만약 addSpaceId가 있다면 예외를 반환합니다.
- 사용자가 자신의 스페이스에만 접근 가능하도록 보장
Fastcampus-Final-Team3#179) - 다양한 타입의 데이터를 처리할 수 있도록 제네릭 타입을 적용
Fastcampus-Final-Team3#179) - BlockSaveRequest 클래스와 MoveBlockStrategy 인터페이스에서 제너릭 타입 파라미터를 와일드카드(?)로 변경하였습니다. - 해당 클래스와 인터페이스가 다양한 타입의 데이터를 처리할 수 있게 되었습니다.
- 블록 처리 로직을 별도의 processBlocks 메서드로 분리
- 호환되지 않는 타입으로 값을 변환하려 할 때 발생하는 IllegalArgumentException을 잡아내어 오류 메시지를 로깅하고, 예외메세지를 반환합니다.
…into refactor/spaceWall-save-update # Conflicts: # src/main/java/com/javajober/spaceWall/service/SpaceWallService.java
…us-Final-Team3#190) 1. subData를 각 SaveRequest로 변환하는 부분을 convertSubDataToBlockSaveRequests 메서드로 분리 2. SaveRequest를 Entity로 변환하는 부분을 convertToBlocks 메서드로 분리 3. 모든 Entity를 저장하는 부분을 saveAllBlock 메서드로 변경하여 한 번에 모든 Entity들을 저장 4. 저장된 블록들의 정보를 배열에 추가하는 부분을 addToBlockInfoArray 메서드로 분리
2 tasks
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.