From 3a3e61dbf97483664790fa1e8ac63ea6b0d04a5d Mon Sep 17 00:00:00 2001 From: jingeon27 Date: Fri, 2 Dec 2022 01:41:55 +0900 Subject: [PATCH] =?UTF-8?q?ADD=20::=20teacher,company=20=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20dto=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 1 + .../api/company/requesrResistration/index.js | 83 +- src/components/api/teacher/index.js | 61 +- src/components/common/header/index.jsx | 15 - .../recruitmentList/list/index.jsx | 1 - .../companyPage/requestResistration/index.jsx | 764 +++++++++--------- .../requestResistration/modal/index.jsx | 142 +--- .../modal/portal/index.jsx | 7 +- .../companyPage/requestResistration/style.js | 21 +- .../pages/studentPage/Notice/index.jsx | 1 - .../pages/teacherPage/list/index.jsx | 8 +- .../pages/teacherPage/list/wait/index.jsx | 2 +- .../teacherPage/manage/applicant/index.jsx | 34 +- .../manage/applicant/modal/index.jsx | 166 ++++ .../manage/applicant/modal/portal/index.jsx | 13 + .../manage/applicant/recruitment/index.jsx | 50 +- .../manage/applicant/status/index.jsx | 498 ++++++++---- .../teacherPage/manage/clockTime/index.jsx | 53 +- .../pages/teacherPage/manage/geunmu/index.jsx | 6 +- .../pages/teacherPage/manage/index.jsx | 92 +-- src/export/data.js | 14 +- src/images/Polygon 11.svg | 3 + src/images/checked (1).png | Bin 2002 -> 692 bytes src/images/index.js | 6 + src/redux/index.js | 2 + src/redux/store/selectValue.js | 20 +- src/redux/store/userData.js | 23 + 27 files changed, 1120 insertions(+), 966 deletions(-) create mode 100644 src/components/pages/teacherPage/manage/applicant/modal/index.jsx create mode 100644 src/components/pages/teacherPage/manage/applicant/modal/portal/index.jsx create mode 100644 src/images/Polygon 11.svg create mode 100644 src/redux/store/userData.js diff --git a/public/index.html b/public/index.html index 1d3ddb1..1c7e9d2 100644 --- a/public/index.html +++ b/public/index.html @@ -35,6 +35,7 @@
+