-
Notifications
You must be signed in to change notification settings - Fork 0
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
도서 조회, 도서 검색, 도서 상세 검색, 찜 등록취소, 찜도서 조회, global폴더 예외처리 반영 #11
Merged
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
feat : "ModelMapper클래스 구현" feat : "네이버 api데이터값을 <List>Book로 바꾸는 컨버터 구현" feat : "네이버 api데이터값을 데이터베이스에 저장하는 기능 구현" refactor : BookController url과 파라미터 이름 교체 통합검색이 아니라 제목검색 이기 때문
…book/list # Conflicts: # backend/src/main/java/com/project/backend/domain/book/service/BookService.java
feat : 도서 목록 조회 구현 docs : DB book 테이블의 discription -> description 변경 refactor : Book 클래스 discription -> description 변경 refactor : BookService 클래스의 메소드 기능별로 분리 refactor : BookSimpleDto 클래스 id값 삭제 feat : ModelMapperConfig 클래스 VO -> Book 변환 메소드 추가
fix : DB 중복데이터 쌓이는 오류 수정 feat : Favorite 엔티티 복합키로 구현 feat : Favorite 리포지터리 서비스 구현 feat : 책의 추천받은 개수를 반환하는 메소드 구현 refactor : ModelMapperConfig클래스의 불필요한 로직 삭제
refacor : Book엔티티 kind삭제 favoriteCount추가 feat : 책 상세 검색시 favoriteCount db저장기능 추가 refactor : Book클래스 BookDto클래스 어노테이션 수정 refactor : application.yml 파일에서 네이버 클라이언트id 비밀번호 삭제후 다른폴더로 분리 refactor : .gitignore에 네이버 비밀정보를 담고 있는 파일 등록
feat : 찜 목록 조회 기능 추가 refactor : memberId 외래키 지정 feat : FavoriteDTO 생성
refactor : global에 맞게 컨트롤러, 서비스 리펙토링 refactor : 서비스에 예외처리 추가 refactor : GlobalErrorCode에 책 관련 에러코드 추가 refactor : Member랑 ReviewComment 클래스는 global 의 BaseEntity 경로변경으로 오류가 뜨길래 import경로만 잡아줬습니다
JEONGJAEIK
changed the title
도서 목록 조회, 상세 조회, 제목 검색, 도서 찜 하기, 찜 취소
도서 조회, 도서 검색, 도서 상세 검색, 찜 등록취소, 찜도서 조회, global폴더 예외처리 반영
Jan 28, 2025
테스트 코멘트 |
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.
refactor : global에 맞게 컨트롤러, 서비스 리펙토링
refactor : 서비스에 예외처리 추가
refactor : GlobalErrorCode에 책 관련 에러코드 추가
refactor : Member랑 ReviewComment 클래스는 global 의 BaseEntity 경로변경으로 오류가 뜨길래 import경로만 잡아줬습니다