-
Notifications
You must be signed in to change notification settings - Fork 2
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
엘라스틱 서치 검색 기능 구현 #216
Closed
Closed
엘라스틱 서치 검색 기능 구현 #216
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
feat. 로그인 및 회원가입 UI 및 기능 구현
### 신고기능구현/신고후 신고내역조회->유저신고 게시판으로
관리자모드 신고내역관리, 문의내역관리 완성
리뷰 작성 및 확인 기능 구현 및 리뷰 Entity 수정
…ure/yeongjae-login
Feature/yeongjae login
…ure/kunhee-mypage
관리자모드 상품관리, 회원관리, 문의내역관리, 신고내역관리 완성
HttpSession을 JWT 토큰으로 수정
### 채팅기능 jwt에맞게개선
…ure/yeongjae-login # Conflicts: # src/main/java/com/example/ssauc/user/login/util/JwtUtil.java
HttpSession을 JWT 토큰으로 수정2
…ure/yeongjae-login # Conflicts: # src/main/java/com/example/ssauc/user/login/util/JwtUtil.java
로그인 및 회원가입 UI 수정 주소 API 추가
채팅기능 구현 - 상호간의 채팅 websocket을 사용하여 구현
아이디 찾기 및 비밀번호 변경 UI 및 기능 구현
PLP Session을 JWT로 수정
채팅 추가기능 구현, 차단하기 및 유저신고
사용자 Reputation 기능 구현
채팅 및 입찰기능 간단한 오류수정
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.
📄 작업 내용 요약
ElasticSearch를 이용한 검색 서비스 구현
유저별 최근 검색어 (Redis 사용)
인기검색어 (Redis 사용)
상품 필터링 및 정렬 기능
📎 Issue 번호
#215