-
Notifications
You must be signed in to change notification settings - Fork 4
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
refactor: 경매 관련 API 수정 #41
Merged
YeaChan05
merged 36 commits into
JECT-Study:develop
from
viaunixue:feat/refactor-auction-api-update
Sep 22, 2024
Merged
refactor: 경매 관련 API 수정 #41
YeaChan05
merged 36 commits into
JECT-Study:develop
from
viaunixue:feat/refactor-auction-api-update
Sep 22, 2024
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
- limit 10개 -> 5개
- 카테고리 값 필수 값에서 선택 값으로 변경 - 카테고리 없는 경우 최대 5개만 반환
- repository 내 로직 service 단으로 이동 - AuctionParticipationResponse 메소드 추가
- 실제 카운트 값 테스트를 위해 테스트 경매 상품 추가
- 판매자 유효성 검증 로직 수정
junest66
reviewed
Sep 12, 2024
src/main/java/org/chzz/market/domain/auction/controller/AuctionController.java
Outdated
Show resolved
Hide resolved
junest66
reviewed
Sep 12, 2024
src/main/java/org/chzz/market/domain/auction/service/AuctionService.java
Outdated
Show resolved
Hide resolved
junest66
reviewed
Sep 12, 2024
src/main/java/org/chzz/market/domain/product/controller/ProductController.java
Outdated
Show resolved
Hide resolved
junest66
reviewed
Sep 12, 2024
src/main/java/org/chzz/market/domain/product/service/ProductService.java
Outdated
Show resolved
Hide resolved
junest66
reviewed
Sep 12, 2024
src/main/java/org/chzz/market/domain/product/repository/ProductRepositoryImpl.java
Outdated
Show resolved
Hide resolved
junest66
reviewed
Sep 12, 2024
src/main/java/org/chzz/market/domain/product/repository/ProductRepositoryImpl.java
Outdated
Show resolved
Hide resolved
junest66
reviewed
Sep 12, 2024
src/main/java/org/chzz/market/domain/user/service/UserService.java
Outdated
Show resolved
Hide resolved
junest66
reviewed
Sep 12, 2024
src/main/java/org/chzz/market/domain/user/dto/response/UserProfileResponse.java
Show resolved
Hide resolved
- userId 매개변수 제거
junest66
reviewed
Sep 14, 2024
src/main/java/org/chzz/market/domain/product/repository/ProductRepositoryImpl.java
Outdated
Show resolved
Hide resolved
junest66
reviewed
Sep 14, 2024
- 가독성 위해 querydsl and 메소드 사용
- 가독성 위해 var 사용 대신 타입 명시
junest66
approved these changes
Sep 15, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생하셨습니다!
junest66
reviewed
Sep 19, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
관련 API 인증 설정을 SecurityConfig에 추가하셔야할것같습니다!
YeaChan05
reviewed
Sep 20, 2024
src/main/java/org/chzz/market/domain/auction/controller/AuctionController.java
Outdated
Show resolved
Hide resolved
YeaChan05
reviewed
Sep 20, 2024
src/main/java/org/chzz/market/domain/auction/repository/AuctionRepositoryImpl.java
Show resolved
Hide resolved
YeaChan05
reviewed
Sep 20, 2024
src/main/java/org/chzz/market/domain/user/service/UserService.java
Outdated
Show resolved
Hide resolved
YeaChan05
reviewed
Sep 20, 2024
YeaChan05
reviewed
Sep 20, 2024
src/main/java/org/chzz/market/domain/auction/controller/AuctionController.java
Outdated
Show resolved
Hide resolved
YeaChan05
reviewed
Sep 20, 2024
YeaChan05
reviewed
Sep 20, 2024
junest66
reviewed
Sep 20, 2024
- enum 통해 타입 안정성 보장
- 유저 엔티티 내 공통 스트림 구문 분리 - distinct() 제거
YeaChan05
approved these changes
Sep 22, 2024
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.
#️⃣연관된 이슈
#CHZZ-93 #done
📝작업 내용
✅테스트 결과
🙏리뷰 요구사항(선택)