feat: 과정 목록 조회 시 완전한 데이터 보유 과정 우선 표시#83
Merged
Merged
Conversation
yongseong123
force-pushed
the
feat/prioritize-complete-courses
branch
from
June 24, 2026 06:24
5868215 to
0248876
Compare
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.
관련 이슈
Closes #82
관련 BE PR
prgrms-aibe-devcourse/AIBE5_FinalProject_Team5_BE#113
개요
BE에 추가된
prioritizeFull파라미터를 과정 목록 API 요청 시 항상true로 전달합니다.기관 이미지·만족도·취업률·별점이 모두 있는 과정이 모든 정렬 탭에서 우선 노출됩니다.
변경 내용
src/services/course.tsCourseListParams인터페이스에prioritizeFull?: boolean필드 추가toCourseListParams()반환값에prioritizeFull: true추가영향 범위
CourseSearchPage) — 모든 정렬 탭(최신순·만족도순·취업률순·마감임박순)에서 적용테스트 체크리스트
prioritizeFull=true포함 확인prioritizeFull=true유지 확인