-
Notifications
You must be signed in to change notification settings - Fork 1
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
따봉 기능 구현 #38
따봉 기능 구현 #38
Conversation
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.
코멘트 참고 해주세요
|
||
private final LikedService likedService; | ||
|
||
@Operation(summary = "내 이름 좋아요 하나 생성", description = "releaseNoteId의 릴리즈 노트에 내 이름으로 좋아요를 하나 생성합니다. 중복은 불가능 합니다. 유저 정보는 JWT로부터 가져옵니다.") |
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.
알기 쉽게 수정해 주세요
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.
패치 노트 : 글자 수를 줄였습니다.
private final LikedService likedService; | ||
|
||
@Operation(summary = "내 이름 좋아요 하나 생성", description = "releaseNoteId의 릴리즈 노트에 내 이름으로 좋아요를 하나 생성합니다. 중복은 불가능 합니다. 유저 정보는 JWT로부터 가져옵니다.") | ||
@PostMapping("/api/project/release-note/{releaseNoteId}/Liked") |
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.
대문자 수정해주세요
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.
패치 노트 : 수정 했습니다.
@@ -0,0 +1,14 @@ | |||
package com.swave.urnr.releasenote.responsedto; | |||
|
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.
dto 작명 규칙 고민해봅시다.
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.
패치 노트 : 고민을 했습니다.
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.
고생 많으셨습니다!
type: feat, change, test
body: 따봉 기능을 추가 하였습니다. 기존 릴리즈 노트 정보에 따봉 갯수가 추가됩니다.
#37
PR Checklist
아래 요구사항을 만족하는지 체크:
PR Type
해당 PR이 포함하는 내용 체크:
해당 PR에 대한 설명
스크린샷
기타 정보