Skip to content

feat: 스토어 어드민 페이지 추가 (태그/카테고리/상품/주문)#56

Merged
MU-Software merged 5 commits into
mainfrom
feature/add-shop-admin
May 15, 2026
Merged

feat: 스토어 어드민 페이지 추가 (태그/카테고리/상품/주문)#56
MU-Software merged 5 commits into
mainfrom
feature/add-shop-admin

Conversation

@MU-Software
Copy link
Copy Markdown
Member

Summary

  • pyconkr-admin에 스토어 운영 페이지 추가 — 태그, 카테고리 그룹, 상품, 주문 (user/userext editor에 주문 내역 섹션도 함께)
  • 재사용 가능한 어드민 인프라 신설 — AdminPagination, AdminFilterFieldset, 공유 status labels
  • AdminList 확장 — columns / enableRowActions / title (모두 하위호환 옵트인)
  • useListPaginatedQuery hook + PaginatedListResponse<T> 타입 신설 (DRF PageNumberPagination 응답 처리)

페이지

페이지 라우트 구현 방식
태그 /shop/tags AdminList 커스텀 컬럼(매진 칩) + 기본 AdminEditor
카테고리 그룹 /shop/category-groups AdminList + AdminEditor children에 자식 카테고리 inline Dialog
상품 /shop/products 커스텀 list + 4탭 editor (기본/시간/가격/옵션그룹)
주문 /shop/orders 커스텀 list (필터 fieldset 4그룹 + 페이지네이션) + 3탭 detail + 환불 다이얼로그(TOTP) + 알림 navigate

@MU-Software MU-Software merged commit 54c2172 into main May 15, 2026
@MU-Software MU-Software deleted the feature/add-shop-admin branch May 15, 2026 11:47
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.

1 participant