New Function #8
openUpdated by Deca Park about 2 years ago
- Copied from New Function #3: [ADMIN] 도슨트용 데이터 (/docent/data) added
Updated by bryant bryant about 2 years ago
- Status changed from New to In Progress
Updated by bryant bryant about 2 years ago
- Status changed from In Progress to Feedback
- Assignee changed from bryant bryant to Deca Park
Updated by Deca Park about 2 years 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
Updated by bryant bryant about 2 years ago
- Status changed from Feedback to Resolved
- Assignee changed from bryant bryant to Deca Park
Updated by Deca Park almost 2 years 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
Updated by Deca Park almost 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Deca Park to bryant bryant
Updated by bryant bryant almost 2 years ago
- Status changed from Feedback to Resolved
- Assignee changed from bryant bryant to Deca Park