We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
구현할 기능에 대해 설명해 주세요.
닉네임 중복 여부
/api/profiles/me/{profileId}
memberId
/api/profiles/other/{profileId}
#55 -> DB에 저장할 때 null값이 안나오도록 해결하는 방법을 찾았다.
The text was updated successfully, but these errors were encountered:
devFancy
Successfully merging a pull request may close this issue.
구현할 기능
세부 작업 내용
PR #67
닉네임 중복 여부
에 대한 확인하는 예외 처리를 추가한다./api/profiles/me/{profileId}
)에서 profileId 값은 Client에서 알 수 없기 때문에 해당 부분은memberId
값으로만 나오도록 수정한다./api/profiles/me/{profileId}
)에서 profileId 값은 Client에서 알 수 없기 때문에 해당 부분은memberId
값으로 구분하도록 수정한다.PR #69
/api/profiles/other/{profileId}
)에서 필수/선택 값 구분한다.참고 자료
#55 -> DB에 저장할 때 null값이 안나오도록 해결하는 방법을 찾았다.
예상 소요 시간
The text was updated successfully, but these errors were encountered: