-
Notifications
You must be signed in to change notification settings - Fork 3
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
version 0.1.3 #14
Merged
Merged
version 0.1.3 #14
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
Contributor
wocks1123
commented
May 16, 2024
- 가이드 상품
- 상품 위치 칼럼 추가
- 상세 정보 조회 시 리뷰 추가
- 검색 쿼리수정
- 기타 쿼리 수정 및 path 수정
- 유저
- 구글 계정 회원가입/로그인 추가
- 핸드폰/위치를 회원가입 시 선택 항목으로 변경
- 닉네임 중복확인 추가
- 유저 조회 시 리뷰 갯수, 자신이 올린 상품들의 평균 리뷰 점수 추가 조회
- 기본 프로필 이미지 추가
- 리뷰
- ID로 조회 기능 추가
- 제약조건 임시 제거(개발 편의)
- 채팅
- 채팅방 생성 및 메시지 송수신 추가
- 메시지 내역 저장 및 불러오기 추가
- 몽고 DB 연동
- 기타
- 오프라인 미팅 수정사항 반영
- CORS 허용 추가(개발 편의)
- 서버 실행 시 디스코드 봇 알림 제거
- s3에 업로드한 이미지 주소를 기본값으로
feat/chat
- 기존 필터 기능에 선호 언어 추가 및 querydsl 추가 - swagger에 선호언어 필드 추가
- 기존 쿼리는 region, start, end가 null일 경우 단독 필터를 사용하는 경우이므로 region에 서울 위치 데이터를 조회후 삽입함. - 그러나 region에 서울 위치 데이터가 들어가면서 지역으로 검색시 사용되는 where절 조건문이 실행되어 서울 지역 검색 조건이 추가됨 - 분리되어 있던 지역+날짜 검색 조건 쿼리를 하나로 통합하면서 지역, 날짜기 null이면 where 조건문이 실행되지 않도록 처리
- 기존 위치정보만 가지고 있던거에서 위치 이름을 추가하여 위치를 구분하기 쉽게 함
- 유저 권한 확인 시 잘못된 비교로 에러 발생
- 리뷰 기능이 추가되면서 상품 상세 보기 시에 리뷰도 조회 가능하도록 처리 - one to many가 여러개일 경우 fetch join을 사용할 수 없기 때문에 상품 entity 카테고리 필드와 리뷰 필드를 Set으로 설정 - 상품 생성 시 리뷰는 존재하지 않으므로 따로 response 생성 - swagger 수정 - 상품 생성 및 수정 시 빠져있던 locationName 추가
feat: product
- 앱 버전 변경 - 디스코드봇 비활성화 - 배포 설정 수정 - cors 허용
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.