-
Notifications
You must be signed in to change notification settings - Fork 1
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
[feat] 점주는 음식 카테고리를 등록할 수 있다 #67
The head ref may contain hidden characters: "feature/55_Dr-KoKo_\uC810\uC8FC\uB294_\uC74C\uC2DD_\uCE74\uD14C\uACE0\uB9AC\uB97C_\uB4F1\uB85D\uD560_\uC218_\uC788\uB2E4"
Conversation
ErrorCode는 클라이언트에게 보낼 응답 코드 및 메시지 포함 예외를 생성할 때 어떤 문맥에서 발생한 예외인지 추가적인 메시지를 넘겨주게 구현
다른 페키지에서의 접근을 금지
default -> public
StoreApiController에 구현
`+` Store.isOwnedBy `+` UnauthorizedMenuCategoryCreationException `~` 예외 메시지를 서버 로그에 부합하게 수정
`+` Fixture 생성 `+` 성공 / 예외 상황에 대한 테스트 코드 작성
HttpStatusCodeException -> HttpStatusException
1~10자까지 허용
`+` 성공 200 `+` 실패 400 `+` 실패 401 `+` 실패 403
하나의 store에는 하나의 이름만 가능하다.
error_code -> errorCode
해당 가게에 이미 같은 이름의 카테고리가 있으면 DataIntegrityException 발생 테스트
…는_음식_카테고리를_등록할_수_있다 # Conflicts: # src/main/java/camp/woowak/lab/store/domain/Store.java
src/main/java/camp/woowak/lab/menu/service/MenuCategoryRegistrationService.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM !
src/main/java/camp/woowak/lab/menu/service/MenuCategoryRegistrationService.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM ^_^
💡 다음 이슈를 해결했어요.
Issue Link - #55
MenuCategory
를 만들기 위한 기능입니다.💡 이슈를 처리하면서 추가된 코드가 있어요.
✅ 셀프 체크리스트