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
관리자 페이지에서 Artist를 추가할 때, 기존 Artist가 있는데도, 새롭게 Artist를 추가하여 중복된 Artist가 생기는 이슈가 생겼습니다.
Artist는 사용자가 북마크가 가능하므로, 중복된 Artist가 생기면 혼란이 발생할 수 있습니다.
따라서 Artist를 생성하는 Service 레이어에 이름으로 중복을 검증하는 기능이 들어가면 좋을 것 같습니다.
30분
The text was updated successfully, but these errors were encountered:
[BE] feat: Artist 생성 시 중복 이름 검증 추가 (#963) (#964)
f0e6f46
feat: Artist 생성 시 중복 이름 검증 추가
seokjin8678
Successfully merging a pull request may close this issue.
✨ 세부 내용
관리자 페이지에서 Artist를 추가할 때, 기존 Artist가 있는데도, 새롭게 Artist를 추가하여 중복된 Artist가 생기는 이슈가 생겼습니다.
Artist는 사용자가 북마크가 가능하므로, 중복된 Artist가 생기면 혼란이 발생할 수 있습니다.
따라서 Artist를 생성하는 Service 레이어에 이름으로 중복을 검증하는 기능이 들어가면 좋을 것 같습니다.
⏰ 예상 소요 시간
30분
The text was updated successfully, but these errors were encountered: