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] 기본 정보 조회 API 반환 추가 및 프로필 조회 API 구현 #140

Merged
merged 3 commits into from
Nov 22, 2023

Conversation

kyeong-hyeok
Copy link
Member

💡 연관된 이슈

close #139

📝 작업 내용

  • 마이페이지 기본 정보 조회 반환 추가
  • 닉네임, 프로필 이미지 조회 API 구현
  • Controller 테스트 코드 수정 및 추가

💬 리뷰 요구 사항

@kyeong-hyeok kyeong-hyeok added ✨ Feature 기능 개발 Priority: Medium 우선순위 중간 🐯 Koeyhk 담당자 labels Nov 22, 2023
@kyeong-hyeok kyeong-hyeok changed the title [Feature] 기본 정보 조회 API 반환 추가 및 닉네임, 프로필 이미지 조회 API 구현 [Feature] 기본 정보 조회 API 반환 추가 및 프로필 조회 API 구현 Nov 22, 2023
@kyeong-hyeok kyeong-hyeok merged commit d8ee939 into develop Nov 22, 2023
1 check passed
@kyeong-hyeok kyeong-hyeok deleted the feat/139-get-my-info-api branch November 22, 2023 05:38
Copy link
Member

@hojeong2747 hojeong2747 left a comment

Choose a reason for hiding this comment

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

프로필 이미지와 닉네임 추가 감사합니다 😉

@Operation(summary = "마이페이지 통계 정보 조회 API", description = "마이페이지 통계 정보를 조회합니다.",
responses = {@ApiResponse(responseCode = "200", description = "마이페이지 통계 정보 조회 성공")
@Operation(summary = "마이페이지 기본 정보 조회 API", description = "마이페이지 기본 정보를 조회합니다.",
responses = {@ApiResponse(responseCode = "200", description = "마이페이지 기본 정보 조회 성공")
Copy link
Member

Choose a reason for hiding this comment

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

워딩 통일 좋습니다~!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 🐯 Koeyhk 담당자 Priority: Medium 우선순위 중간
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 기본 정보 조회 API 반환 추가 및 프로필 조회 API 구현
2 participants