Conversation
- 프로필 이미지 경로 변경 이벤트에 사용되는 DTO 추가
- 프로필 이미지 경로 변경 이벤트를 처리하는 리스너 추가
- 인증 코드 전송을 Spring Event Listener 을 사용하도록 변경 - 인증 코드 확인을 VerificationCodeService 를 사용하도록 변경
J01 99 be 회원가입 프로필 이미지 핸들링 로직 수정
J01 102 be 인증 코드 메일 전송 로직 수정
J01 41 be 링크가 출력 안되는 오류 해결
- 컴포넌트 페이지 API에 사용되는 DTO 이므로 ComponentSummaryRequest로 변경 - ComponentSearchRequest는 컴포넌트 검색 API (검색 바)에서 사용
- 컴포넌트 검색 API (검색 바)에서 사용되는 요청 DTO 추가
- 컴포넌트 검색 API (검색 바)에서 사용되는 응답 DTO 추가
…mponentIds() 추가 (#105) - 컴포넌트 페이지 API에서 북마크 여부를 판단할 때 호출되는 SQL 메서드 추가
- DAO를 사용하지 않고 엔티티 반환 + Fetch Join 을 활용하여 SQL을 수행하도록 변경
- 엔티티 -> 컴포넌트 검색 API 응답으로 매핑하는 메서드 추가
- 컴포넌트 검색 API 추가 - 기존 컴포넌트 페이지 API 로직 변경
- 북마크 여부를 외부에서 전달받도록 변경
…#105) - DAO 반환 -> 엔티티 반환 + Fetch Join으로 로직이 변경되어 삭제
J01 105 be 컴포넌트 네비게이션 바 api 추가
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.