-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Feat(#54): resolved rebase conflicts Feat(#54): 커뮤니티 API 기초 구현 Feat(#54): 게시글 상세 조회 시 태그 포함 Feat(#54): todo 작성 Feat(#54): 게시글 생성 시 이미지 업로드 bug fix Feat(#54): 게시글 상세 조회 시 좋아요 여부와 작성자 프로필 사진 url 반환 Feat(#54): 게시글 상세 조회 시 좋아요 여부와 작성자 프로필 사진 url 반환 Feat(#54): 게시글 리스트 조회 시, 좋아요 누른 여부를 포함 Feat(#54): todo 주석 제거 및 더미데이터 제거 Feat(#54): 썸네일 이미지 관련 요구사항 적용 - 첫 이미지를 썸네일 이미지로 지정 Feat(#54): 게시물 카테고리 수정 - 일상, 교통, 치안, 기타 Hotfix: npe fix Feat(#54): rename field for resolve rebase conflict Docs(#54): update todo Fix(#54): 좋아요 버그 수정 Fix(#54): 스웨거 jwt 버그 수정 Feat(#54): 게시글/댓글 좋아요 api 구현 Feat(#54): 알림 저장 시 닉네임도 저장 Feat(#54): 좋아요 관련 예외 로직 Feat(#54): 푸시 알림 태그 구분 Feat(#54): 푸시 알림 발송 시 db 에 저장 Feat(#54): 게시글 좋아요 api (wip) Feat(#54): 게시글 좋아요 api (wip) Feat(#54): improvement community apis - 게시글 작성 시, 작성자의 주소 로깅 - 게시글에 댓글 등록 시 푸시 알림 전송 Feat(#54): improvement community apis - 게시글 작성 시, 작성자의 주소 로깅 - 게시글에 댓글 등록 시 푸시 알림 전송 Feat(#54): catch exception Docs(#54): todo 작성 Feat(#54): 게시글 수정하기 api 구현 및 게시글 삭제 http method 를 patch 로 변경 Feat(#54): 대댓글 계층형 조회 api 구현 Feat(#54): 대댓글 작성 api 구현 Feat(#54): 게시글에 댓글 작성하기 api 구현 Feat(#54): 게시글 조회 no offset paging api 구현 Feat(#54): removed test api for fcm Feat(#54): removed test api for fcm Feat(#54): 게시글 상세 조회 시, 제목 및 내용 포함 Feat(#54): 게시글 상세 조회 및 삭제 API 구현 Docs(#54): 게시글 작성 API Feat(#54): removed Qclass Feat(#54): 게시글 활성화 상태 필드 추가 Feat(#54): 게시글 작성 API 구현 Feat(#54): rename CommunityParticipant - to ArticleParticipant Feat(#54): 게시글, 댓글, 커뮤니티 참여자 레포지토리 구현 Feat(#54): relocate s3Provider Docs(#54): 프로필 사진 업로드 api - swagger api summary, description Feat(#54): 커뮤니티 엔티티 설계 - Article: 동네생활 게시글 - ArticleTag: 게시글 태그 - CommentEntity: 댓글 - CommunityParticipant: 게시글 참여자 Feat(#54): 회원 프로필 사진 업로드 API 구현 Feat(#54): 회원 엔티티 필드 추가 - 프로필 사진, 닉네임, 실명, fcm 토큰 Feat(#54): implement SecurityContextProvider - for parsing principal from jwt token Feat(#54): member extends baseTimeEntity * Feat(#54): fix invalid uri prefix * Feat(#54): fix invalid uri prefix * Feat(#54): 댓글 리스트 조회 시, 좋아요 여부 반환하도록 변경 * Feat(#54): 댓글 삭제 api 구현 * Feat(#54): 댓글 삭제 api docs 작성 * Feat(#54): comment count 관련 bug fix * Feat(#54): removed unused field * Feat(#54): 베스트 게시글 작성자에게 푸시알람 전송 * Feat(#54): 베스트 게시글 작성자에게 푸시알람 전송
- Loading branch information
1 parent
9d418ad
commit 2b297f3
Showing
22 changed files
with
165 additions
and
48 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
12 changes: 12 additions & 0 deletions
12
src/main/java/com/numberone/backend/domain/comment/dto/response/DeleteCommentResponse.java
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
package com.numberone.backend.domain.comment.dto.response; | ||
|
||
import lombok.*; | ||
|
||
@ToString | ||
@Builder | ||
@Getter | ||
@NoArgsConstructor(access = AccessLevel.PROTECTED) | ||
@AllArgsConstructor | ||
public class DeleteCommentResponse { | ||
private Long commentId; | ||
} |
Oops, something went wrong.