Project

General

Profile

Actions

New Function #81

open

[ADMIN] 관리자 페이지 수정 (admin page modify)

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

Status:
Resolved
Priority:
Normal
Assignee:
Start date:
07/29/2023
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

1.Requrement

  • refer to attach ppt

2.DB script (New Table & Data)

  • refer to attach sql

Files

Actions #1

Updated by Toby Pham about 1 year ago

  • Status changed from New to Resolved
  • Assignee changed from Toby Pham to Deca Park
Actions #2

Updated by Deca Park about 1 year ago

  • File 국악사전 수정사항_0807_en.pptx added
  • Description updated (diff)

[ADMIN] Page change

1.Spec

  • p2 ~ 7 (국악사전 수정사항_0808_en.pptx)

2.DB (ST_USER)
  1) New column

  • PASSWORD_RESET_FLAG int NOT NULL (default: 0) - 비밀번호 초기화 여부

3.DB (ST_TOPIC_CHANGE)

  • New Table : refer to attach sql
Actions #3

Updated by Deca Park about 1 year ago

  • Assignee changed from Deca Park to Toby Pham
Actions #4

Updated by Deca Park about 1 year ago

  • File deleted (국악사전 수정사항_0807_en.pptx)
Actions #5

Updated by Deca Park about 1 year ago

Actions #6

Updated by Deca Park about 1 year ago

  • File deleted (국악사전 수정사항_0807_en.pptx)
Actions #7

Updated by Deca Park about 1 year ago

  • File 국악사전 수정사항_0808_en.pptx added
Actions #8

Updated by Deca Park about 1 year ago

  • File deleted (국악사전 수정사항_0808_en.pptx)
Actions #10

Updated by Deca Park about 1 year ago

[Test Issues]

1.사전관리 > 표제어관리 (/topic/list)
  1) List 
    a) adjust grid column width
      - 표제어명: 20%, 작성일: 10%
  2) Modify (/topic/view/761)
    a) 오늘의표제어여부 field : Hidden (refer to p3)

2.시스템관리 > 사용자관리 (/setting/user)
  1) Modify (/setting/user/39)
    a) 회원사용 여부 
      - fix label : '메뉴 접근 권한' -> '회원사용 여부'

3.ADMIN Login > 비밀번호 변경 (change password) modal (refer to p4)
  1) add x icon on title 
    - if clicks, close the modal
  2) show lock image and guide text
    a) guide text:
      "비밀번호가 초기화 되었습니다.<br>
       비밀번호를 변경하신 후 로그인 하세요."
  3) validation error msg
    a) error msg font style
      - apply like login error page on login page
    b) 비밀번호 (password)
      - if password rule is not match, show validation msg under 비밀번호 inputbox
      - when focus out on inputbox, do validation and clear previous error msg
    c) 비밀번호 확인
       - password confirm error msg("비밀번호가 일치하지 않습니다.") : show under this field inputbox (currently, it's shown under 비밀번호 field)

  4) 비밀번호 변경 button
    a) decrease button size 
      - apply like common page button on page bottom
  5) after change password
    - move to login page to login again
    - currently, it's moved to main page after login process

Actions #11

Updated by Deca Park about 1 year ago

  • Status changed from Resolved to In Progress
Actions #12

Updated by Toby Pham about 1 year ago

  • Status changed from In Progress to Resolved
  • Assignee changed from Toby Pham to Deca Park
Actions #13

Updated by Deca Park about 1 year ago

[ADMIN] 오류수정 (/topic/change) - Test Issues

1.Modify page
  1) 수정완료 (modify complete) button
    a) logic (Fix)
      - UPDATE DB (ST_TOPIC_CHANGE)
        CHANGE_STATUS = ‘CS03’
        CHANGE_COMPLETE_DATE = {current date}
      - spec was wrong with REVIEW_COMPLETE_DATE

2.Topic search (표제어 선택) modal
  1) Grid
    a) logic
      - refer to 표제어관리(/topic/list) > List
      - currently, data is shown wrong
    b) sort (Change)
      - {topic name} ASC -> ST_TOPIC.REG_DATE DESC

Actions

Also available in: Atom PDF