-
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.
공유페이지 (완성/임시저장) 조회 API 리팩토링 완료 (#182)
* refactor : background, block, theme Setting이 null일 경우 예외처리 (#181) * modify : API와 통일을 위해 StyleSettingBlockStrategy를 StyleSettingStrategy으로 수정 (#181) * refactor : JsonNode로 파싱하는 메서드 BlockJsonProcessor로 이동 (#181) * refactor : FixBlockStrategy클래스에 createFixBlockDTO메소드 추가 (#181) * refactor : MoveBlockStrategy클래스에 createMoveBlockDTO메소드 추가 (#181) * refactor : 각 전략 클래스에 Response DTO 생성 메소드 구현 (#181) * refactor : fix block들도 CommonResponse 구현하도록 수정 (#181) * refactor : 공유페이지 임시저장 내역 조회시 없을 경우 null이 아닌 0L을 반환 (#181) * refactor : 전략 패턴 사용하여 공유페이지 조회 리팩토링 (#181) * refactor : 로그인 구현으로 memberId를 token에서 조회하도록 수정 (#181) - url 권한 허용시 다른 url과 구분을 위해 임시저장 유무 조회 entry point 수정 * modify : block_UUID에서 block_uuid로 수정 (#181)
- Loading branch information
Showing
22 changed files
with
243 additions
and
166 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
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
3 changes: 2 additions & 1 deletion
3
src/main/java/com/javajober/blocks/wallInfoBlock/dto/response/WallInfoBlockResponse.java
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
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
Oops, something went wrong.