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

[backend] 북마크 중복 추가시 필터링, exception 메시지 수정 #129

Merged
merged 3 commits into from
Aug 26, 2022

Conversation

street62
Copy link
Collaborator

Issue

#128

Description

  • 북마크 중복 추가 시 이미 추가된 게시글임을 클라이언트에 고지하고 예외처리(DubplicateBookmarkException)
  • 누락되어 있던 BookmarkNotFoundException의 메시지 추가
  • OauthClientNotFoundException의 메시지 변경. OauthClient -> OAuth 서비스로 변경하여 타 개발 파트에서 이해하기 쉽도록 함.

유저가 이미 추가된 글을 다시 북마크에 추가할 경우 필요한DuplicateBookmarkException 추가 후 ExceptionHandler에 추가
- 누락되어 있던 BookmarkNotFoundException의 메시지 추가
- OauthClientNotFoundException의 메시지 변경
RentArticleService, WantedArticleService에서 북마크 중복 추가 시 추가되지 않고 DuplicateBookmarkException을 던지도록 변경
@street62 street62 self-assigned this Aug 26, 2022
@street62 street62 merged commit 18fed39 into backend_develop Aug 26, 2022
@jminie-o8o jminie-o8o deleted the fix-duplicate-bookmark branch September 8, 2022 12:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant