Skip to content
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
merged 16 commits into from
Jan 31, 2025

Conversation

JEONGJAEIK
Copy link
Collaborator

@JEONGJAEIK JEONGJAEIK commented Jan 27, 2025

refactor : global에 맞게 컨트롤러, 서비스 리펙토링
refactor : 서비스에 예외처리 추가
refactor : GlobalErrorCode에 책 관련 에러코드 추가
refactor : Member랑 ReviewComment 클래스는 global 의 BaseEntity 경로변경으로 오류가 뜨길래 import경로만 잡아줬습니다

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 생성
@JEONGJAEIK JEONGJAEIK changed the title 도서 찜 하기, 찜 취소 기능 도서 목록 조회, 상세 조회, 제목 검색, 도서 찜 하기, 찜 취소 Jan 27, 2025
refactor : global에 맞게 컨트롤러, 서비스 리펙토링
refactor : 서비스에 예외처리 추가
refactor : GlobalErrorCode에 책 관련 에러코드 추가
refactor : Member랑 ReviewComment 클래스는 global 의 BaseEntity 경로변경으로 오류가 뜨길래 import경로만 잡아줬습니다
@JEONGJAEIK JEONGJAEIK changed the title 도서 목록 조회, 상세 조회, 제목 검색, 도서 찜 하기, 찜 취소 도서 조회, 도서 검색, 도서 상세 검색, 찜 등록취소, 찜도서 조회, global폴더 예외처리 반영 Jan 28, 2025
@wjwj910
Copy link
Collaborator

wjwj910 commented Jan 31, 2025

테스트 코멘트

@handsun000 handsun000 requested review from jsh4635 and removed request for jsh4635 January 31, 2025 05:24
@handsun000 handsun000 merged commit ae5f8ad into main Jan 31, 2025
@handsun000 handsun000 deleted the feature/book/favorite branch January 31, 2025 08:52
@prgrms-be-devcourse prgrms-be-devcourse deleted a comment from jsh4635 Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants