-
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
verison/v0.1.1 #11
Merged
Merged
verison/v0.1.1 #11
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
- 상세페이지 조회 후 가이드 닉네임을 클릭하면 유저 정보를 조회할 수 있도록 유저 정보 추가
- 메인 페이지 카테고리 검색 기능 구현 - 근처, 추천, 전체 - 메인 페이지에서 필터를 이용해 게시물 조회 가능으로 구현 - 기존 latitude, longitude 필드 명이 반대로 되어있어서 변경 - 카테고리 검색 시 단일 카테고리 검색으로 변경 - swagger tag 간략하게 수정
- 로그인, 비로그인 시 두개의 엔드포인트를 하나의 엔드포인트로 수정
- 추천 게시물 4개 조회 - 근처 게시물 4개 조회 - 전체 게시물 12개씩 페이징으로 구현
- 기존 entity로 반환하면서 불필요한 쿼리가 발생하는 것을 dto를 반환하도록 하면서 불필요한 쿼리가 발생하는 것을 없앰
- 기존 fetch join과 pageable을 동시에 사용하기 위해 추가한 spring.jpa.properties.hibernate.default_batch_fetch_size=50 삭제
feat: product
- 생성시간, 갱신시간 자동 기록
- access token : 24시간 - refresh token : 14일
- 기획 요구사항에 따라 nickname 중복 허용으로 변경
- Language를 언어 타입으로 정의 후 UserLanguage 엔티티 추가 - Enumclass Validator 추가
feat: user
- 1~5의 정수인지 확인
- 생성 로직 구현
feat: review
- region.sql 추가 - swagger에서 `/api/v1/products` 테스트 시 `guideStart`, `guideEnd`를 `yyyy-MM-dd hh:mm:ss` 형식으로 나오도록 수정
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.
createdAt
,updatedAt
이 동작하도록 수정