Skip to content

feat: 과정 목록 조회 시 완전한 데이터 보유 과정 우선 표시#83

Merged
yongseong123 merged 1 commit into
mainfrom
feat/prioritize-complete-courses
Jun 24, 2026
Merged

feat: 과정 목록 조회 시 완전한 데이터 보유 과정 우선 표시#83
yongseong123 merged 1 commit into
mainfrom
feat/prioritize-complete-courses

Conversation

@yongseong123

@yongseong123 yongseong123 commented Jun 24, 2026

Copy link
Copy Markdown
Collaborator

관련 이슈

Closes #82

관련 BE PR

prgrms-aibe-devcourse/AIBE5_FinalProject_Team5_BE#113

개요

BE에 추가된 prioritizeFull 파라미터를 과정 목록 API 요청 시 항상 true로 전달합니다.
기관 이미지·만족도·취업률·별점이 모두 있는 과정이 모든 정렬 탭에서 우선 노출됩니다.

변경 내용

src/services/course.ts

  • CourseListParams 인터페이스에 prioritizeFull?: boolean 필드 추가
  • toCourseListParams() 반환값에 prioritizeFull: true 추가

영향 범위

  • 과정 조회 페이지(CourseSearchPage) — 모든 정렬 탭(최신순·만족도순·취업률순·마감임박순)에서 적용
  • 기존 동작 변경 없음 (파라미터 추가만이므로 BE가 없던 때에도 무시됨)

테스트 체크리스트

  • 과정 목록 페이지 진입 시 네트워크 요청에 prioritizeFull=true 포함 확인
  • 각 정렬 탭 전환 시에도 prioritizeFull=true 유지 확인
  • 이미지·만족도·취업률·별점이 있는 과정이 상단에 노출되는지 확인

@yongseong123
yongseong123 force-pushed the feat/prioritize-complete-courses branch from 5868215 to 0248876 Compare June 24, 2026 06:24
@yongseong123 yongseong123 self-assigned this Jun 24, 2026
@yongseong123
yongseong123 changed the base branch from dev_main to main June 24, 2026 06:51
@yongseong123
yongseong123 merged commit 79af3b8 into main Jun 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: 과정 목록 조회 시 완전한 데이터 보유 과정 우선 표시

1 participant