-
Notifications
You must be signed in to change notification settings - Fork 7
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
The head ref may contain hidden characters: "706-\uC11C\uD074-\uBCC4-\uB3C4\uC11C-\uCD94\uCC9C-\uAE30\uB2A5-\uAD6C\uD604"
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
- cursus id가 21이 포함된 프로젝트만 가져오도록 수정
- cursus_info.json 파일을 읽어와, 사용자의 프로젝트가 속한 서클 번호 읽어오는 함수 추가 - 사용자의 프로젝트 정보를 읽고, 추천할 도서의 프로젝트 id를 반환하는 함수 추가
Closed
nyj001012
had a problem deploying
to
development
August 28, 2023 08:24 — with
GitHub Actions
Failure
nyj001012
had a problem deploying
to
development
August 28, 2023 08:27 — with
GitHub Actions
Failure
- books_with_cursus_info.json 이름 변경 - projects_info.json 파일 내 여러 리스트를 하나의 리스트로 합치기
- 프로젝트의 정보를 담은 ProjectInfo 타입 추가 - books_with_project_info.json을 나타내는 BooksWithProjectInfo 타입 추가 - 응답 값을 담을 BookListWithSubject 타입 추가
- 컨트롤러 구현 - 서비스 구현 - 레포지토리 구현
nyj001012
had a problem deploying
to
development
August 29, 2023 09:22 — with
GitHub Actions
Failure
- path params의 type 삭제 - path params의 circleOrSubject를 project로 변경 - 도서 목록 키 값 bookList에서 items로 변경 - meta에 사용자 맞춤 정보를 담은 "사용자 맞춤" 추가 - 불필요한 에러 응답 제거
scarf005
reviewed
Aug 31, 2023
- /asset의 세 파일을 읽어와 내용을 저장하는 전역 변수 정의 - /assets의 세 파일을 읽어오는 함수 구현
- RawProject -> UserProjectFrom42 - Project -> UserProject - BookListWithSubject -> RecommendedBook
- meta의 0번째 인덱스에 추천 도서를 나타내는 아이템 추가
- bookIds -> bookInfoIds - getRecommendedBookIds -> getRecommendedBookInfoIds
- 컨트롤러 추가 - 서비스 추가
nyj001012
had a problem deploying
to
development
September 2, 2023 05:11 — with
GitHub Actions
Failure
미인증 유저가 authvalidate를 호출하면 401에러 대신 user 정보를 모두 null로 채워서 반환
nyj001012
had a problem deploying
to
development
September 2, 2023 05:51 — with
GitHub Actions
Failure
- 미인증 유저가 모든 프로젝트에 대해 추천 도서를 검색할 때, 결과를 셔플하여 보여줌
nyj001012
had a problem deploying
to
development
September 2, 2023 06:01 — with
GitHub Actions
Failure
nyj001012
temporarily deployed
to
development
September 2, 2023 06:04 — with
GitHub Actions
Inactive
Jiwon-Woo
approved these changes
Sep 2, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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.
개요
서클 별 도서 추천 기능 구현