Project

General

Profile

Actions

New Function #8

open

New Function #1: [ADMIN] page development

[ADMIN] 피드백관리 (/feedback)

Added by Deca Park over 1 year ago. Updated over 1 year ago.

Status:
Resolved
Priority:
Normal
Assignee:
Start date:
01/25/2023
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

1.Spec (ppt on #1)

  • List : p60
  • View : not defined
  • Reply : not defined

Related issues

Copied from New Function #3: [ADMIN] 도슨트용 데이터 (/docent/data)ResolvedDeca Park01/25/2023

Actions
Actions #1

Updated by Deca Park over 1 year ago

  • Copied from New Function #3: [ADMIN] 도슨트용 데이터 (/docent/data) added
Actions #2

Updated by bryant bryant over 1 year ago

  • Status changed from New to In Progress
Actions #3

Updated by bryant bryant over 1 year ago

  • Status changed from In Progress to Feedback
  • Assignee changed from bryant bryant to Deca Park
Actions #4

Updated by Deca Park over 1 year ago

  • Assignee changed from Deca Park to bryant bryant

1.List
  1) grid > columns
    - increase 제목 width and decrease 구분 / 답변자 | 신고일 – 답변일 width
    a) 답변자 | 신고일 – 답변일
      - apply same font size into datetime

Actions #5

Updated by bryant bryant over 1 year ago

  • Status changed from Feedback to Resolved
  • Assignee changed from bryant bryant to Deca Park
Actions #6

Updated by Deca Park over 1 year ago

[ADMIN] 피드백 관리 > 문의 관리 (Qna management) - Spec change

1.menu
  - change menu name with '문의 관리'
  - menu URL: /feedback -> /board/qna

2.List page
  1) search area
    a) category buttons
      - show with 'POST_CATEGORY' (currently, BOARD_TYPE)
    b) inputbox
      - placeholder: '제목을 입력하세요'
  2) Grid logic
    DB: st_board
    condition: board_type = '10'
    sort: reg_date DESC
  3) Grid columns
    a) 제목 (title)
      - if clicks, move to the Modify(Reply) page
    b) 구분 : {category} (show code name)

3.Modify page
  1) Fields
    a) 제목 : {title}
      a-1) inputbox (readonly)
    b) 구분 : {category}
      b-1) selectbox (readonly)
         - options: show codes
    c) 신고위치 : {location_type}
      c-1) selectbox (readonly)
         - options: show codes
    d) 내용 : {content}
      d-1) textarea (readonly)
    f) 작성일자 : {reg_date}
    g) 작성자명 : 'username (ID)' of {reg_user_seq}
    e) 답변 제목 : {st_board_reply.subject}
      e-1) inputbox
        - validation: max length (200 bytes)
    f) 답변 내용 : {st_board_reply.content}
      e-1) textarea
        - validation: required
  2) Buttons
    a) 저장(save)
      - if clicks, show common save confirm msg.
      - if YES, do the process and return to the list page
      [PROCESS]
      INSERT/UPDATE st_board_reply

Actions #7

Updated by Deca Park over 1 year ago

  • Status changed from Resolved to Feedback
  • Assignee changed from Deca Park to bryant bryant
Actions #8

Updated by bryant bryant over 1 year ago

  • Status changed from Feedback to Resolved
  • Assignee changed from bryant bryant to Deca Park
Actions

Also available in: Atom PDF