From 32c556a87b098261c7fc0f0334868b19bed69d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Fri, 26 Jun 2026 16:42:24 +0300 Subject: [PATCH] feat: add internship workflow guide modal to dashboards and visualize current date in Gantt chart --- .../front/career/admin_dashboard.blade.php | 2 + .../front/career/intern_dashboard.blade.php | 19 +++ .../front/career/partials/gantt.blade.php | 12 ++ .../career/partials/guide_modal.blade.php | 132 ++++++++++++++++++ .../front/career/partials/welcome.blade.php | 6 +- 5 files changed, 170 insertions(+), 1 deletion(-) create mode 100644 resources/views/front/career/partials/guide_modal.blade.php diff --git a/resources/views/front/career/admin_dashboard.blade.php b/resources/views/front/career/admin_dashboard.blade.php index 74e691c..9bcf748 100644 --- a/resources/views/front/career/admin_dashboard.blade.php +++ b/resources/views/front/career/admin_dashboard.blade.php @@ -20,4 +20,6 @@ + +@include('front.career.partials.guide_modal') @endsection diff --git a/resources/views/front/career/intern_dashboard.blade.php b/resources/views/front/career/intern_dashboard.blade.php index a8bdcf2..829db8b 100644 --- a/resources/views/front/career/intern_dashboard.blade.php +++ b/resources/views/front/career/intern_dashboard.blade.php @@ -21,6 +21,23 @@ + +
+
+
+ +
+
+

Stajyer Çalışma & Git Workflow Rehberi

+

GitHub reposu oluşturma, günlük commitler ve toplantı kuralları hakkında bilgi edinin.

+
+
+ +
+ @if(session('success'))
@@ -1079,4 +1096,6 @@ } @endpush + +@include('front.career.partials.guide_modal') @endsection diff --git a/resources/views/front/career/partials/gantt.blade.php b/resources/views/front/career/partials/gantt.blade.php index 52136a2..d5f7bbe 100644 --- a/resources/views/front/career/partials/gantt.blade.php +++ b/resources/views/front/career/partials/gantt.blade.php @@ -25,6 +25,13 @@ + diff --git a/resources/views/front/career/partials/guide_modal.blade.php b/resources/views/front/career/partials/guide_modal.blade.php new file mode 100644 index 0000000..99dc6be --- /dev/null +++ b/resources/views/front/career/partials/guide_modal.blade.php @@ -0,0 +1,132 @@ + + + + diff --git a/resources/views/front/career/partials/welcome.blade.php b/resources/views/front/career/partials/welcome.blade.php index bdd87b0..3fe0f3a 100644 --- a/resources/views/front/career/partials/welcome.blade.php +++ b/resources/views/front/career/partials/welcome.blade.php @@ -5,7 +5,11 @@

Hoş Geldiniz, Yöneticimiz

Stajyer başvurularını, takvimlerini ve proje depolarını buradan takip edebilirsiniz.

-
+
+ Ana Sayfa