-
Notifications
You must be signed in to change notification settings - Fork 1
[chore] dev -> main 배포 자동화 테스트 #118 #122
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
Merged
Merged
Conversation
This file contains hidden or 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
[feat] 게시글 추천 기능 구현#102
[feat] AI 챗봇 프롬포트 엔지니어링 #83
* {feat} : domain
* {fix}:Cocktail-Wishlist relation
* fix : enums
* fix : bug
* feat : 조회기능, 조init data
* feat : cocktailSearch
* feat : controller
* feat :comment domain
* feat : CocktailCommentResponseDto
* fix : naming
* fix : naming bug
* fix: bug
[feat] 닉네임 랜덤 생성, OAuth redirect 변경#112
* feat: 내가 '좋아요'한 게시글 목록을 위한 DTO 추가 * feat: 내가 '좋아요'한 게시글 목록 DTO 추가 * feat: 마이페이지 '좋아요' 게시글 리포지토리 추가 - 사용자가 '좋아요'한 게시글 목록을 조회하기 위한 리포지토리 구현 - `findMyLikedPostsFirstPage`: 첫 페이지 조회 쿼리 추가 - `findMyLikedPostsAfter`: 무한 스크롤을 위한 다음 페이지 조회 쿼리 추가 - '좋아요' 상태가 활성화되고 게시글이 삭제되지 않은 항목만 조회하도록 필터링 * feat: 마이페이지 '좋아요' 게시글 기능 추가 - 사용자가 '좋아요'를 누른 게시글 목록을 조회하는 `getMyLikedPosts` 메서드 추가 - 무한 스크롤(pagination)을 지원하기 위해 `lastCreatedAt` 및 `lastId` 파라미터 활용 - `MyHistoryLikedPostRepository`를 사용하여 데이터베이스에서 '좋아요' 기록을 조회 - `PostLike` 엔티티를 `MyHistoryLikedPostItemDto`로 변환하여 반환 - '좋아요' 기록이 없는 경우나 다음 페이지가 없는 경우를 처리하는 로직 포함 * feat: 마이페이지 '좋아요' 게시글 API 추가 * feat: '좋아요' 게시글 리포지토리 쿼리 추가 - 특정 게시글에 대한 사용자의 '좋아요' 기록을 찾는 `findByPostIdAndUserIdLike` 쿼리 추가 - 게시글 ID와 사용자 ID를 기준으로 '좋아요' 상태의 `PostLike` 엔티티를 조회 * feat: 내가 '좋아요'한 게시글 링크 기능 추가 - 사용자가 '좋아요'를 누른 게시글의 링크를 반환하는 `getPostLinkFromMyLikedPost` 메서드 추가 - `MyHistoryLikedPostRepository`를 사용하여 특정 게시글에 대한 사용자의 '좋아요' 기록을 조회 - '좋아요' 기록이 없거나 게시글이 삭제된 경우 예외 처리 * feat: 마이페이지 '좋아요' 게시글 링크 기능 API 추가
[feat] 게시글 추천, 댓글 작성 시 알림 이벤트 구현
lkw9241
approved these changes
Sep 24, 2025
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.
📢 기능 설명
배포 자동화 테스트
close #118
🩷 Approve 하기 전 확인해주세요!
✅ 체크리스트