-
Notifications
You must be signed in to change notification settings - Fork 5
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
release: 0.5.0 #302
Merged
release: 0.5.0 #302
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
- 피드 검색 API: 리뷰 공개된 것만 검색 - 랜덤 피드 API: 사용자 공개와 리뷰 공개까지 고려해서 노출 - 리뷰 생성, 수정 API: 공개, 비공개
- 인스타 뷰 API: 내 리뷰 보기용일때는 각 리뷰의 공개 체크가 필요없음, 타인 리뷰 보기 용일 때는 타인의 프로필 공개 여부와 각 리뷰 공개 체크 해야 함 - 페이징 처리: 이전에 sort방식이 잘못됨, reviewId로 정렬을 한번 해야 하는데 createAt만 생각했음
API 문서에 작성한 request body 내역과 서버에서 명시한 body 내역이 일치하지 않아 발생한 문제로, 이를 일치하도록 수정함
…n/Gusto-Server into refactor/privateCategory
… 수정" This reverts commit 12c1516.
Getter가 누락되어 올바르게 mapping이 진행되지 않았음 (순서가 변경되면 값을 매핑하지 못함)
…아보기 API에서 공개 여부 체크하도록 수정
fix: 페이징 오류 처리 & 리뷰 공개, 비공개에 따른 crud와 모아보기, 랜덤 피드 수정
[refactor] 내 루트 조회할 때나 루트 상세 조회 시 공개/비공개 여부 포함하도록 수정
feat: 회원 탈퇴 및 소셜 연동 해제
refactor : 토큰 반환이 필요 없는 API 토큰 삭제 처리
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.
무엇을 위한 PR인가요?(: 뒤 설명추가)
배포내역