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 구현 #126

Merged
merged 3 commits into from
Nov 19, 2023

Conversation

hojeong2747
Copy link
Member

💡 연관된 이슈

close #125

📝 작업 내용

  • 이동봉사 중개 마이페이지 프로필 수정 API 구현
  • 이동봉사 중개 마이페이지 프로필 수정 Controller 테스트 코드 추가

💬 리뷰 요구 사항

@hojeong2747 hojeong2747 added ✨ Feature 기능 개발 Priority: Medium 우선순위 중간 🐰 Hojeong 담당자 labels Nov 19, 2023
Copy link
Member

@kyeong-hyeok kyeong-hyeok left a comment

Choose a reason for hiding this comment

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

수고하셨습니다! 에러 메시지만 추가하면 될 것 같아요!!

responses = {@ApiResponse(responseCode = "204", description = "마이페이지 프로필 수정 성공")
, @ApiResponse(responseCode = "400"
, description = "V1, 닉네임은 한글, 숫자만 사용 가능합니다. \t\n V1, 닉네임은 필수 입력 값입니다. \t\n V1, 닉네임은 2~10자로 입력해 주세요. \t\n A2, 이미 사용 중인 닉네임입니다. \t\n M1, 해당 이동봉사자를 찾을 수 없습니다."
, content = @Content(schema = @Schema(implementation = ErrorResponse.class)))
Copy link
Member

Choose a reason for hiding this comment

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

@ Valid 로 검증한 에러 메시지가 빠진 것 같습니다!

@hojeong2747 hojeong2747 merged commit c707127 into develop Nov 19, 2023
1 check passed
@hojeong2747 hojeong2747 deleted the feat/125-patch-mypage-profile-api branch November 19, 2023 21:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능 개발 🐰 Hojeong 담당자 Priority: Medium 우선순위 중간
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 이동봉사 중개 마이페이지 프로필 수정 API 구현
2 participants