-
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
fix: 회원이 가지고 있는 만료되지 않은 쿠폰에 대한 브랜드 리스트 조회 API 개발 #17
Merged
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e3517d5 - Browse repository at this point
Copy the full SHA e3517d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b147b5 - Browse repository at this point
Copy the full SHA 8b147b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 447a7d8 - Browse repository at this point
Copy the full SHA 447a7d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 506a209 - Browse repository at this point
Copy the full SHA 506a209View commit details
Commits on Aug 3, 2023
-
feat: CouponItemRepository 메서드 추가
- findByMemberIdOrderByStampCountAndCreatedDate 는 특정 회원이 가지고 있는 쿠폰을 1. 도장 개수 많은 순, 2. 생성시간이 빠른 순으로 조회. - findByMemberIdOrderByCreatedDateAndStampCount 는 특정 회원이 가지고 있는 쿠폰을 1. 생성시간이 빠른 순, 2. 도장 개수가 많은 순으로 조회. - findByMemberIdOrderByBrandName 는 특정 회원이 가지고 있는 쿠폰을 브랜드 이름으로 조회
Configuration menu - View commit details
-
Copy full SHA for 02a2500 - Browse repository at this point
Copy the full SHA 02a2500View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0adc20f - Browse repository at this point
Copy the full SHA 0adc20fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a769c64 - Browse repository at this point
Copy the full SHA a769c64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c0ed01 - Browse repository at this point
Copy the full SHA 6c0ed01View commit details -
Merge branch 'main' of https://github.com/KUIT-Couphone/Couphone-Server…
… into feature/member
Configuration menu - View commit details
-
Copy full SHA for 22b5140 - Browse repository at this point
Copy the full SHA 22b5140View commit details -
Merge branch 'main' of https://github.com/KUIT-Couphone/Couphone-Server…
… into feature/member # Conflicts: # src/main/java/com/example/couphoneserver/repository/CouponItemRepository.java
Configuration menu - View commit details
-
Copy full SHA for d33111b - Browse repository at this point
Copy the full SHA d33111bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f71b1dd - Browse repository at this point
Copy the full SHA f71b1ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a2e9c9 - Browse repository at this point
Copy the full SHA 6a2e9c9View commit details
Commits on Aug 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 874ccbb - Browse repository at this point
Copy the full SHA 874ccbbView commit details
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.