Skip to content
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

Merged
merged 2 commits into from
Aug 9, 2023
Merged

따봉 기능 구현 #38

merged 2 commits into from
Aug 9, 2023

Conversation

kjk7212
Copy link
Contributor

@kjk7212 kjk7212 commented Aug 7, 2023

type: feat, change, test
body: 따봉 기능을 추가 하였습니다. 기존 릴리즈 노트 정보에 따봉 갯수가 추가됩니다.

#37

PR Checklist

아래 요구사항을 만족하는지 체크:

  • 작성한 코드에 대한 테스트 코드 작성 (기능 추가 / 버그 개선)
  • 작성한 코드 문서화 (기능 추가 / 버그 개선)

PR Type

해당 PR이 포함하는 내용 체크:

  • 패키지
    • 패키지 추가
    • 패키지 설정 변경
  • CI
    • CI 구성 추가
    • CI 설정 변경
  • 문서화
    • 신규 문서 추가
    • 기존 문서 변경
  • 신규 기능 추가
  • 버그 수정
  • 코드 개선
    • 성능 개선
    • UI 개선
    • 성능에 영향을 끼치지 않는 수정
  • 테스트
    • 테스트 코드 추가
    • 기존 테스트 코드 변경
  • 커밋 되돌리기
  • 기타

해당 PR에 대한 설명

스크린샷

기타 정보

@kjk7212 kjk7212 added documentation Improvements or additions to documentation feature make feature labels Aug 7, 2023
Copy link
Collaborator

@cmilk18 cmilk18 left a 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로부터 가져옵니다.")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

알기 쉽게 수정해 주세요

Copy link
Contributor Author

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")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

대문자 수정해주세요

Copy link
Contributor Author

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;

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dto 작명 규칙 고민해봅시다.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

패치 노트 : 고민을 했습니다.

Copy link
Contributor

@artisheep artisheep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생 많으셨습니다!

집나간 컨트롤러를 잘 달래서 집으로 다시 데려왔습니다
@kjk7212 kjk7212 merged commit fd3943d into develop Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation feature make feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants