You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 공고 조회 API에 페이징 기능 추가
- Pageable을 활용한 페이징 처리 구현
- `@PageableDefault`를 통해 기본 페이지 크기 설정
- DTO 수정
- HomeAnnouncementsResponseDto에 페이징 관련 필드 추가 (`totalPages`, `hasNext`)
- Repository 수정
- 페이징 처리된 공고 데이터를 반환하도록 쿼리 수정
- `Page<Tuple>`를 활용한 페이징 로직 구현
- Service 로직 리팩토링
- 공통 메서드 분리 (`getUserById`, `createEmptyResponse` 등)
- Color 값 및 스크랩 여부 처리 메서드 분리 (`isScrapped`, `determineColorValue`)
- Swagger 수정
- API 문서에 페이징 파라미터 반영
labels: [인턴 공고]
⚙️ ISSUE
📄 To-Do
page
,size
등)🎯 목표
The text was updated successfully, but these errors were encountered: