[Feat] 공식 코스 등록 시 추천 순번 기본값 적용 - #243
Merged
Merged
Conversation
2 tasks
Collaborator
|
확인했습니다! 관리자 계정으로 등록되는 추천순 조회 쪽에서도 수고하셨습니다 !!!!! |
nuj1min
approved these changes
Aug 5, 2026
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.
📌 PR 설명
OFFICIAL코스의 추천 순번이 기본값0으로 저장되도록 수정했습니다.LOCAL코스는 추천순 정렬 대상이 아니므로 기존처럼 추천 순번이 null로 저장됩니다.CourseConverter에서 코스 유형에 따라 추천 순번 기본값을 설정하도록 변경했습니다.🔗 연관된 이슈
Resolves: #242
📝 리뷰 요구사항
0이 적용되는지 확인 부탁드립니다.LOCAL코스의 추천 순번은 기존처럼 null로 유지되는지 확인 부탁드립니다.💻 테스트 결과
0저장 확인