Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[refactor] 요청 목록 조회 API 페이징 처리 및 요청 상태별 조회 조건 추가 #77

Merged
merged 4 commits into from
Aug 7, 2023

Conversation

psyeon1120
Copy link
Member

🌱 이슈 번호

close #74


💬 기타 사항

  • 페이징 뿅

@psyeon1120 psyeon1120 added ☀️ seoyeon 서연이가 만든 기능이에요 ! 🌿 refactor 코드 구조를 변경해요 ! 👩‍💻 orders 요청 도메인 기능이에요 ! labels Aug 7, 2023
@psyeon1120 psyeon1120 self-assigned this Aug 7, 2023
): BaseResponse<OrderListRes> {
@RequestParam type: String,
@RequestParam(required = false) status: String?,
@PageableDefault(size = 10, sort = ["id"], direction = Sort.Direction.DESC) pageable: Pageable
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

크 최고🙌

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍👍 !!!!!

@psyeon1120 psyeon1120 merged commit 6496f37 into develop Aug 7, 2023
1 check passed
@psyeon1120 psyeon1120 deleted the refactor/#74-order-list-paging branch August 7, 2023 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👩‍💻 orders 요청 도메인 기능이에요 ! 🌿 refactor 코드 구조를 변경해요 ! ☀️ seoyeon 서연이가 만든 기능이에요 !
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[refactor] 요청 목록 조회 API 페이징 처리 및 마이페이지 내 목록 조회 추가
3 participants