From 00a13bc57031aaa6784599da8e465ee516b0498d Mon Sep 17 00:00:00 2001 From: kimbokon Date: Tue, 23 Dec 2025 09:19:59 +0900 Subject: [PATCH] =?UTF-8?q?kodata=20=EC=99=B8=EB=B6=80=20=EC=9D=B8?= =?UTF-8?q?=ED=84=B0=EB=B7=B0=20=EC=9E=90=EB=A3=8C=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kodata/index.php | 87 +++++++++++++++++++++++----------- salesmanagement/index.php | 8 ++-- salesmanagement/phone_grep.txt | 17 +++++++ 3 files changed, 81 insertions(+), 31 deletions(-) create mode 100644 salesmanagement/phone_grep.txt diff --git a/kodata/index.php b/kodata/index.php index 4369226..c84b962 100644 --- a/kodata/index.php +++ b/kodata/index.php @@ -76,10 +76,14 @@ .question-card-high::before { background-color: #f43f5e; } .question-card-medium::before { background-color: #f59e0b; } .question-card-low::before { background-color: #94a3b8; } + + /* Interview Mode Overrides */ + .interview-mode .internal-only { display: none !important; } + .interview-mode aside { display: none !important; } + .interview-mode main { margin-left: 0 !important; max-width: 6xl !important; } + .interview-mode .question-card::before { display: none !important; } - - '12월 23일(화) 오후 2시 예정', @@ -142,7 +146,11 @@ $SECTIONS = [ ] ] ]; + +$view = $_GET['view'] ?? 'admin'; +$isInterview = ($view === 'partner'); ?> +
@@ -176,7 +184,7 @@ $SECTIONS = [
-
+

Strategy

@@ -199,10 +207,19 @@ $SECTIONS = [
-

- - KoDATA EW API Interview Dashboard -

+
+
+
@@ -344,8 +369,9 @@ $SECTIONS = [ - -
+ + +
@@ -406,12 +432,13 @@ $SECTIONS = [
+