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

feat(order) : admin event orders 다건 조회 #248

Merged
merged 7 commits into from
Feb 1, 2023

Conversation

ImNM
Copy link
Member

@ImNM ImNM commented Jan 31, 2023

개요

작업사항

  • 어드민 화면에서 주문 정보 페이지네이션 만들었습니당.
  • 주문 승인 관련 어드민 쪽으로 뺏습니당.
{
  "success": true,
  "status": 200,
  "data": {
    "content": [
      {
        "refundInfo": {
          "endAt": "2023-01-30T20:00:00",
          "availAble": false
        },
        "userInfoVo": {
          "userId": 1,
          "userName": "이찬진",
          "email": "water0641@naver.com",
          "phoneNumber": "+82 10-9476-8640",
          "profileImage": "http://k.kakaocdn.net/dn/QPtC7/btqX09yP4mb/TjDMw3wM9gRNT8Zr7b6kkk/img_640x640.jpg"
        },
        "orderUuid": "a11c2bd7-d3fb-4be4-b311-38656780fd50",
        "orderNo": "R1000002",
        "orderStatus": "승인 완료",
        "orderName": "일반 티켓 선착순",
        "createdAt": "2023-01-30T16:55:37",
        "withDrawAt": null,
        "approveAt": "2023-01-30T16:55:44",
        "totalQuantity": 1,
        "totalPaymentPrice": "0원"
      },
      {
        "refundInfo": {
          "endAt": "2023-01-30T20:00:00",
          "availAble": false
        },
        "userInfoVo": {
          "userId": 1,
          "userName": "이찬진",
          "email": "water0641@naver.com",
          "phoneNumber": "+82 10-9476-8640",
          "profileImage": "http://k.kakaocdn.net/dn/QPtC7/btqX09yP4mb/TjDMw3wM9gRNT8Zr7b6kkk/img_640x640.jpg"
        },
        "orderUuid": "7e71bd9a-6b48-47c4-9c10-0017c0caaea6",
        "orderNo": "R1000001",
        "orderStatus": "승인 완료",
        "orderName": "일반 티켓 선착순",
        "createdAt": "2023-01-30T16:47:40",
        "withDrawAt": null,
        "approveAt": "2023-01-30T16:47:50",
        "totalQuantity": 1,
        "totalPaymentPrice": "0원"
      }
    ],
    "page": 0,
    "size": 2,
    "totalElements": 2,
    "totalPages": 1,
    "hasNextPage": false
  },
  "timeStamp": "2023-01-31T22:45:04.166599"
}

변경로직

  • 내용을 적어주세요.

@ImNM ImNM added For: API [이슈 대상] 외부 API Type: Feature [이슈 목적] 새로운 기능 추가 labels Jan 31, 2023
@ImNM ImNM self-assigned this Jan 31, 2023
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 261 Code Smells

16.0% 16.0% Coverage
0.0% 0.0% Duplication

Copy link
Member

@gengminy gengminy left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Copy link
Member

@kim-wonjin kim-wonjin left a comment

Choose a reason for hiding this comment

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

LGTM🌱

@ImNM ImNM merged commit 443b8c0 into dev Feb 1, 2023
@ImNM ImNM deleted the feature/140-admin-order-list branch February 1, 2023 05:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For: API [이슈 대상] 외부 API Type: Feature [이슈 목적] 새로운 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

🚀 [feature] 호스트 관리자용 주문목록 조회 with 페이지네이션
3 participants