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

feat: 서클 별 도서 추천 기능 구현 #707

Merged
merged 32 commits into from
Sep 2, 2023

Conversation

nyj001012
Copy link
Contributor

개요

서클 별 도서 추천 기능 구현

- cursus id가 21이 포함된 프로젝트만 가져오도록 수정
- cursus_info.json 파일을 읽어와, 사용자의 프로젝트가 속한 서클 번호 읽어오는 함수 추가
- 사용자의 프로젝트 정보를 읽고, 추천할 도서의 프로젝트 id를 반환하는 함수 추가
@nyj001012 nyj001012 added the enhancement New feature or request label Aug 28, 2023
@nyj001012 nyj001012 self-assigned this Aug 28, 2023
@nyj001012 nyj001012 linked an issue Aug 28, 2023 that may be closed by this pull request
- books_with_cursus_info.json 이름 변경
- projects_info.json 파일 내 여러 리스트를 하나의 리스트로 합치기
- 프로젝트의 정보를 담은 ProjectInfo 타입 추가
- books_with_project_info.json을 나타내는 BooksWithProjectInfo 타입 추가
- 응답 값을 담을 BookListWithSubject 타입 추가
- 컨트롤러 구현
- 서비스 구현
- 레포지토리 구현
@nyj001012 nyj001012 temporarily deployed to development August 31, 2023 02:09 — with GitHub Actions Inactive
- path params의 type 삭제
- path params의 circleOrSubject를 project로 변경
- 도서 목록 키 값 bookList에서 items로 변경
- meta에 사용자 맞춤 정보를 담은 "사용자 맞춤" 추가
- 불필요한 에러 응답 제거
@nyj001012 nyj001012 temporarily deployed to development August 31, 2023 02:21 — with GitHub Actions Inactive
- /asset의 세 파일을 읽어와 내용을 저장하는 전역 변수 정의
- /assets의 세 파일을 읽어오는 함수 구현
@nyj001012 nyj001012 temporarily deployed to development August 31, 2023 03:31 — with GitHub Actions Inactive
- RawProject -> UserProjectFrom42
- Project -> UserProject
- BookListWithSubject -> RecommendedBook
@nyj001012 nyj001012 temporarily deployed to development August 31, 2023 03:42 — with GitHub Actions Inactive
- meta의 0번째 인덱스에 추천 도서를 나타내는 아이템 추가
@nyj001012 nyj001012 temporarily deployed to development August 31, 2023 03:44 — with GitHub Actions Inactive
@nyj001012 nyj001012 temporarily deployed to development August 31, 2023 03:51 — with GitHub Actions Inactive
- bookIds -> bookInfoIds
- getRecommendedBookIds -> getRecommendedBookInfoIds
@nyj001012 nyj001012 temporarily deployed to development August 31, 2023 03:57 — with GitHub Actions Inactive
@nyj001012 nyj001012 temporarily deployed to development August 31, 2023 04:08 — with GitHub Actions Inactive
@nyj001012 nyj001012 temporarily deployed to development August 31, 2023 04:10 — with GitHub Actions Inactive
@nyj001012 nyj001012 temporarily deployed to development August 31, 2023 04:13 — with GitHub Actions Inactive
@nyj001012 nyj001012 temporarily deployed to development August 31, 2023 04:16 — with GitHub Actions Inactive
@nyj001012 nyj001012 temporarily deployed to development August 31, 2023 04:18 — with GitHub Actions Inactive
@nyj001012 nyj001012 marked this pull request as ready for review August 31, 2023 04:19
@nyj001012 nyj001012 marked this pull request as draft September 2, 2023 05:11
- 미인증 유저가 모든 프로젝트에 대해 추천 도서를 검색할 때, 결과를 셔플하여 보여줌
@nyj001012 nyj001012 temporarily deployed to development September 2, 2023 06:04 — with GitHub Actions Inactive
@nyj001012 nyj001012 marked this pull request as ready for review September 2, 2023 06:07
Copy link
Member

@Jiwon-Woo Jiwon-Woo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@nyj001012 nyj001012 merged commit 23e5663 into develop Sep 2, 2023
@nyj001012 nyj001012 deleted the 706-서클-별-도서-추천-기능-구현 branch September 2, 2023 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

서클 별 도서 추천 기능 구현
3 participants