-
Notifications
You must be signed in to change notification settings - Fork 0
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
[Feat] coffee chat 최신순 정렬 추가 #558
Merged
Merged
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
related issue #557
|
dev-Crayon
approved these changes
Nov 25, 2024
@@ -96,6 +96,7 @@ public List<CoffeeChatInfoDto> findSearchCoffeeChatInfo(Long memberId, CoffeeCha | |||
.leftJoin(member).on(coffeeChat.member.id.eq(member.id)) | |||
.leftJoin(memberCareer).on(coffeeChat.member.id.eq(memberCareer.memberId)) | |||
.where(builder) | |||
.orderBy(coffeeChat.createdAt.desc()) |
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.
빠른작업 감사합니다! LGTM
jun02160
added a commit
that referenced
this pull request
Dec 15, 2024
* feat: coffee chat 최신순 정렬 추가 (#558) related issue #557 * [Feat] update dev server deploy script (#562) * feat: update dev server deploy script related issue #561 * fix: aws access key 수정 related issue #561 * fix: ecr login command related issue #561 * fix: remove 'amd64' tag related issue #561 * fix: remove 'amd64' tag related issue #561 * fix: ECR_REPO env를 사용하도록 수정 related issue #561 * fix: env 할당 방식 변경 related issue #561 * fix: env 할당 방식 변경 related issue #561 * fix: change platform related issue #561 * fix: ECR_REPO env 추가 related issue #561 * chore: ecr repo rollback * fix: ECR_HOST, ECR_REPO env 변경 * fix: ECR_HOST, ECR_REPO env 변경 * fix: cli만 사용하도록 변경 * fix: directory 명시 * fix: scp debugging - directory 수정 * fix: env 수정 * fix: docker -> docker-compose로 수정 * fix: docker -> docker-compose로 수정 - scp debug mode off related issue #561 * feat: port switching 추가 related issue #561 * fix: add health check sleep related issue #561 * refactor: script 공통 로직 function으로 최소화 related issue #561 * refactor: script 파일 분리 related issue #561 * fix: health check error related issue #561 * chore: test용 trigger 제거 related issue #561 * feat: apply to production workflow related issue #561 * chore: remove appspec.yml, code deploy script related issue #561 * chore: workflow name rollback related issue #561 * chore: region 'ap-northeast-2'로 변경 related issue #561 * chore: add end line related issue #561 * test: trigger 추가 related issue #561 * fix: ap-northeast-2 -> us-east-1 로 변경 related issue #561 * chore: remove trigger for test related issue #561
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.
🐬 요약
회의 때 논의된 요청사항에 따라 전체 커피챗 리스트의 최신순 정렬 기능을 추가합니다.
👻 유형
PR의 유형에 맞게 체크해주세요!
🍀 작업 내용
PR에 담긴 작업 내용을 작성해주세요!
🌟 관련 이슈
PR과 관련된 이슈 번호를 작성해주세요!
close: #557