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

Feature/#69 내 커리어를 조회하는 api 구현 #70

Merged

Conversation

hong-sile
Copy link
Collaborator

@hong-sile hong-sile commented Jul 20, 2023

#️⃣연관된 이슈

📝작업 내용

  • 사용자 본인의 커리어들을 조회하는 API 구현 및 문서화 테스트 작성

close #69

- 나중에 Delete에서 DTO Request를 구분하기 위함

#49
 into Feature/#49-내_명함에서_활동을_추가_삭제하는_기능
 into Feature/#49-내_명함에서_활동을_추가_삭제하는_기능
@hong-sile hong-sile added Backend 백엔드 관련 이슈 기능 추가 새로운 기능 추가 및 기존 기능 변경 labels Jul 20, 2023
Copy link
Collaborator

@hyeonjerry hyeonjerry left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!

@@ -81,5 +81,10 @@ public List<MemberCareerResponse> deleteCareer(

return MemberCareerResponse.from(memberCareerRepository.findAllByMember(member));
}

@Transactional(readOnly = true)
public List<MemberCareerResponse> findCareer(final Member member) {
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
Collaborator Author

Choose a reason for hiding this comment

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

반영했습니다!

Copy link
Collaborator

@amaran-th amaran-th left a comment

Choose a reason for hiding this comment

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

수고하셨습니다!!
흠잡을 데가 없네요~~!

@java-saeng java-saeng merged commit b90e2c4 into backend-main Jul 23, 2023
1 check passed
@hyeonjerry hyeonjerry deleted the Feature/#69-내_커리어를_조회하는_API_구현 branch July 31, 2023 04:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend 백엔드 관련 이슈 기능 추가 새로운 기능 추가 및 기존 기능 변경
Projects
Status: Archive
Development

Successfully merging this pull request may close these issues.

4 participants