[SCRUM-295] 코스명 중복 검사 API 구현 (#139)#141
Merged
Conversation
내 코스 생성에 포함되어있던 코스명 중복 검사 로직을 제거했습니다. 해당 로직은 별도의 API로 구현할 예정입니다.
코스명 중복 검사 API의 엔드포인트를 구현했습니다.
코스명 중복 검사 API의 테스트 코드를 구현했습니다. 코스명 중복 검사 로직이 제외된 내 코스 생성의 테스트 코드도 일부 수정했습니다.
코스명에 포함된 공백은 무시하고 공백 외의 문자로만 중복 여부를 판단하도록 코스명 중복 검사 로직을 수정했습니다.
moonxxpower
approved these changes
Sep 17, 2025
Member
moonxxpower
left a comment
There was a problem hiding this comment.
수고하셨습니다 🙌 이상 없는 거 같아 approve 하겠습니다 ㅠ!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✏️ 연관 이슈
#139
⛳ 작업 내용
💬리뷰 요구사항
.
📍 참고사항
.