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

[fix] 스타가 최소 한 가지의 스타 분류를 가져야 하는 상태를 어긴 경우 수정 필요 #29

Open
CodingLeeSeungHoon opened this issue Aug 22, 2023 · 0 comments
Labels
🔧 오류 수정 커밋 메시지 코드 : fix

Comments

@CodingLeeSeungHoon
Copy link
Member

🤔 오류 내용

스타 정보 변경 파트에서 발생할 수 있는 오류로, 요청 중 스타 구분자 리스트를 빈 칸으로 보내면, 모두 초기화 되는데 비즈니스 로직 상에서 해당 부분을 제어해야 함.

내부적으로 스타 구분이 0개가 되는 경우 Exception 발생 -> ControllerAdvice에서 ErrorResponse 담긴 응답 생성 후 반려 로직 개발

아래는 현재 로직.

image


🚩 오류 발견 위치

NEOUserServiceImpl.java

@CodingLeeSeungHoon CodingLeeSeungHoon added the 🔧 오류 수정 커밋 메시지 코드 : fix label Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔧 오류 수정 커밋 메시지 코드 : fix
Projects
Status: No status
Development

No branches or pull requests

1 participant