-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Modify: findUserFeedsByUserId 함수 - 게시물 검색시 postedAt: DESC 정렬 - 임시저장물 검색시 updatedAt: DESC 정렬 - 페이지네이션 적용 - 페이지네이션이 없을 땐 전체 목록 Modify: findUserCommentsByUserId 함수 - 덧글 검색시 createdAt: DESC 정렬 - 무한스크롤 적용 - 무한스크롤이 없을 땐 전체 목록 Modify: findUserFeedSymbolsByUserId 함수 - 페이지네이션 적용 Modify: 사용자의 정보 가져오기 라우팅 경로 수정 - params의 id값이 있다면 해당 id의 사용자 정보를 반환 - params의 id값이 없다면 로그인한 사용자 정보를 반환 Fix: 사용자의 정보 가져오기 - 라우팅 경로에서 parameter id의 값이 없고 로그인도 하지 않은 경우, 에러가 아닌 DB의 첫 결과값을 반환하던 문제 해결
- Loading branch information
Showing
8 changed files
with
232 additions
and
71 deletions.
There are no files selected for viewing
Submodule api-docs
updated
9 files
+510 −547 | _build/index.yaml | |
+25 −4 | swagger/category/index.yaml | |
+8 −4 | swagger/index.yaml | |
+25 −156 | swagger/user/getUserInfo.yaml | |
+80 −0 | swagger/user/getUserInfoComments.yaml | |
+107 −0 | swagger/user/getUserInfoFeeds.yaml | |
+80 −0 | swagger/user/getUserInfoSymbols.yaml | |
+170 −2 | swagger/user/signUp.yaml | |
+0 −359 | swagger/user/userInfo.yaml |
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
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
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
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
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
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
Oops, something went wrong.