[FEAT] 진행 중인 행사 조회 API 연동 - #279
Conversation
- 문화콘텐츠 목록 조회(GET /contents) 대신 진행 중인 행사만 반환하는 GET /contents/ongoing으로 홈/행사 탭 진행 중인 행사 영역을 교체 - 행사 탭 전체보기 페이지도 동일 API로 전환, 응답에 페이지네이션이 없어 무한스크롤 제거
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 34 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- thumbnailImage -> thumbnailImageUrl, region -> regionName으로 필드명 변경 - liked 필드가 응답에서 빠져 getLiked 기본값을 false로 되돌림 (기존 진행 중인 행사 미리보기/전체보기도 원래 liked 없이 false 기본값이라 이번 변경으로 인한 회귀 아님) - category/sort/cursor 파라미터는 여전히 서버가 받지 않는 것으로 재확인
- 영업시간 조회(festivalPlaceHours) 대신 행사 시작~종료일(period)을 표시 - period 날짜 표기를 YYYY-MM-DD에서 YYYY.MM.DD로 통일
작업 내용
변경 화면
/festival/ongoing)확인 방법
/contents/ongoing이 배포된 이후, 홈/행사 탭 진입 시 진행 중인 행사 2건이 정상 노출되는지 확인/festival/ongoing에서 목록이 정상 렌더링되는지 확인 (카테고리 필터/추천·저장·거리순 정렬은 응답 필드 부족으로 미동작 — 아래 참고 사항 확인)체크리스트
스크린샷
참고 사항
/api/v1/contents/ongoing이 아직 라이브 서버에 배포 안 되어 있습니다 (curl 시 400 COMMON4002,/contents/{contentId}라우트로 잘못 매칭됨 — 배포 확인 필요)category필드가 없어 전체보기 페이지의 카테고리 필터(체험/전시/공연/축제)가 동작하지 않습니다 — 필드 추가 요청 필요endDate기준으로 프론트에서 계산했고, "추천순/저장순/거리순"은 추천점수·좋아요수·좌표가 응답에 없어 정렬이 걸리지 않습니다관련 이슈
Closes #278