Project

General

Profile

Actions

New Function #70

closed

[ADMIN] 관리자 권한 처리 (Admin Authority Process)

Added by Deca Park about 1 year ago. Updated 8 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
07/06/2023
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

[온라인몰 관리] (online mall management)

  • if Admin login user's auth (st_user.auth) = 'AU10' (online mall admin), apply followings (if not, SKIP)

1.쇼핑몰 등록 관리 (/mall)
  1) List page
    a) Grid (mall)
      - just show with st_user.mall_code of Admin login user
    b) disable 추가/삭제 button of mall Grid
    c) disable 추가/편집/삭제 button of mall category (카테고리) Grid
2.상품 등록 관리 (/onlineProduct)
   주문/배송 관리 (/onlineOrder)
   문의 관리 (/productQna)
   후기 관리 (/onlineReview)
  1) search
    a) 쇼핑몰 이름
      - set mall_name / mall_code into 2 inputbox (with st_user.mall_code of Admin login user) by default
      - 2 inputbox: readonly

[스마트 오더 관리] (smart order management)

  •  if Admin login user's auth (st_user.auth) = 'AU11' or 'AU12' (store mall admin), apply followings (if not, SKIP)

1.매장 관리 (/store)
  1) search
    a) 매장
      - set mall_name / mall_code into 2 inputbox (with st_user.mall_code of Admin login user) by default
      - 2 inputbox: readonly
  2) Grid
    a) 추가/삭제 button
      - disable it
2.상품 등록 관리 (/storeProduct)
   구독 상품 등록 관리 (/subscribeProduct)
   주문 관리 (/storeOrder)
   구독 상품 주문 관리 (/subscribeOrder)
   후기 관리 (/storeReview)
   구독 상품 연장 관리 (/subscribeExtend)
   구독 상품 문의 관리 (/subscribeQna)
   메뉴 관리 (/storeMenu)
  1) search
    a) 매장
      - same with 1-1)-a)

Actions

Also available in: Atom PDF