KDT-IaaS-Class-Two-Group / subject-7-exam-database-3

0 stars 2 forks source link

관리자 페이지 ) Client Fetch 이벤트, Session 처리 로직 생성 #67

Closed naviadev closed 3 months ago

naviadev commented 3 months ago

구현 완료된 작업

  1. id, pw client에서 유효성 검사.
  2. 유효성 검사를 통과해야만 server로 fetch를 전송할 수 있도록 기능을 추가하였다.
  3. Admin 작업 처리 모듈을 생성하였다.
  4. Session을 처리하는 Manager 클래스를 생성하였다.

Issue 전환 후 구현해야하는 작업

  1. component 출력.
  2. component fetch 이벤트 구현
  3. component에서 받아온 요청을 처리하는 로직을 구현. -> 기존 데이터베이스 모듈을 사용