-
Notifications
You must be signed in to change notification settings - Fork 6
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
포트폴리오 READ, DELETE 로직 구현 #17
Closed
Closed
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
- 포트폴리오 가격을 위한 엔티티 생성 및 레포지토리 생성 - 포트폴리오 이미지를 위한 엔티티 생성 및 레포지토리 생성 - 가격 계산을 위한 객체 생성 - 포트폴리오 리스트 조회 구현 - 포트폴리오 상세 조회 구현 - 포트폴리오 삭제 구현
- EntityGraph 이름 변경 - DTO 변환 메서드 분리 - 포트폴리오 상세조회 시, Portfolio 정보를 조회가 아닌 PriceItem 을 join 해서 가져오도록 변경
- 포트폴리오 저장소에 대한 CRUD 성공 테스트 추가
- 포트폴리오 이미지를 불러올 때, Base64 인코딩된 이미지를 가져오도록 변경
- Base 64로 인코딩한 이미지로 변환하는 메서드 추출 - DTO 변환 로직 전체를 DTOConverter로 이동
- GetMapping 어노테이션에서 불필요한 값 삭제
- 포트폴리오 삭제 메서드 구현
seokwns
added
enhancement
New feature or request
Done
진행 완료
portfolio
포트폴리오 관련 기능
In-progress
진행 중
and removed
Done
진행 완료
labels
Sep 27, 2023
# Conflicts: # sunsu-wedding/gradle/wrapper/gradle-wrapper.jar
- 테이블명 변경
- 테스트용 포트폴리오 데이터 추가
- 포트폴리오 조회 및 삭제 성공 테스트 추가
- 포트폴리오 조회, 삭제에 대한 실패 테스트 추가
- PR 충돌 해결
Merged
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.
작업 내용
이슈 번호