From 89b72a0b422430f8a8f9d4ad5ba5351f8e0764e7 Mon Sep 17 00:00:00 2001 From: Hamza-Ayed Date: Fri, 5 Jun 2026 16:42:14 +0300 Subject: [PATCH] Deploy on 2026-06-05 16:42:14 --- resources/lang/ar.php | 7 + resources/lang/en.php | 7 + resources/views/admin/dashboard.php | 174 ++++++++++++++++++++++- resources/views/admin/settings/index.php | 3 + resources/views/layouts/admin.php | 23 ++- 5 files changed, 206 insertions(+), 8 deletions(-) diff --git a/resources/lang/ar.php b/resources/lang/ar.php index 8f1f4bf..2c87469 100644 --- a/resources/lang/ar.php +++ b/resources/lang/ar.php @@ -83,6 +83,13 @@ return [ 'interactions_logged' => 'التفاعلات المسجلة', 'today_contacts' => 'جهات اتصال مضافة اليوم', 'today_orgs' => 'منظمات جديدة', + 'telegram_chat_id_hint' => 'ملاحظة: إذا كنت ترسل إلى قناة أو مجموعة تيليجرام، يجب إضافة البوت كمسؤول (Administrator) وتفعيل صلاحية نشر الرسائل.', 'recent_activities' => 'آخر النشاطات', 'recent_opportunities' => 'آخر الفرص', + 'platform_intro_title' => 'ScoutIQ - الاستكشاف الذكي للمستثمرين بالذكاء الاصطناعي', + 'platform_intro_desc' => 'عبارة عن منصة استخبارات مؤتمتة مصممة لاكتشاف وتتبع وتقييم الشركات الناشئة في المراحل المبكرة وصناديق الاستثمار الجريء والمسرعات. يقوم النظام بجمع البيانات من المصادر، وتحليلها باستخدام الذكاء الاصطناعي (Gemini)، وتحديث خط أنابيب CRM الخاص بك.', + 'desc_organizations' => 'تتبع صناديق الاستثمار الجريء، ومجموعات المسرعات، وملفات المستثمرين الملائكيين مع بيانات وصفية عميقة.', + 'desc_opportunities' => 'البرامج الاستثمارية، ومنح التمويل، والمسابقات، وفعاليات الشركات الناشئة المكتشفة بواسطة الذكاء الاصطناعي.', + 'desc_crm' => 'إدارة ملفات تعريف جهات الاتصال، وجدولة الاجتماعات، وتسجيل تفاعلات البريد الإلكتروني، وتتبع الصفقات.', + 'desc_sources' => 'تكوين خلاصات RSS ومصادر واجهة برمجة التطبيقات (API) لمسح الأنظمة البيئية تلقائيًا بحثًا عن الإشارات المبكرة.', ]; \ No newline at end of file diff --git a/resources/lang/en.php b/resources/lang/en.php index fb556ad..d8a0ee5 100644 --- a/resources/lang/en.php +++ b/resources/lang/en.php @@ -83,6 +83,13 @@ return [ 'interactions_logged' => 'Interactions Logged', 'today_contacts' => 'Contacts Added Today', 'today_orgs' => 'new organizations', + 'telegram_chat_id_hint' => 'Note: If sending to a Telegram channel or group, you must add the bot as an Administrator with message post permissions.', 'recent_activities' => 'Recent Activities', 'recent_opportunities' => 'Recent Opportunities', + 'platform_intro_title' => 'ScoutIQ - AI-Powered Investor Intelligence', + 'platform_intro_desc' => 'ScoutIQ is an automated intelligence platform designed to discover, track, and score early-stage startups, venture capital funds, and accelerators. The system collects data from feeds, analyzes them using Gemini AI, and updates your CRM pipeline.', + 'desc_organizations' => 'Track VC funds, accelerator cohorts, and angel investor profiles with deep metadata.', + 'desc_opportunities' => 'AI-discovered investment programs, funding grants, competitions, and startup events.', + 'desc_crm' => 'Manage contact profiles, schedule meetings, log email interactions, and track deals.', + 'desc_sources' => 'Configure RSS and API feeds to automatically scan ecosystems for early signals.', ]; \ No newline at end of file diff --git a/resources/views/admin/dashboard.php b/resources/views/admin/dashboard.php index afd8ee3..79855f7 100644 --- a/resources/views/admin/dashboard.php +++ b/resources/views/admin/dashboard.php @@ -8,8 +8,38 @@ + +
+
+

+ + +

+

+ +

+
+
+

+ +
+
+

+ +
+
+

+ +
+
+

+ +
+
+
+ -
+
@@ -47,7 +77,24 @@
-
+ +
+
+ Opportunities by Category +
+ +
+
+ +
+ Monthly Growth & Ingestion +
+ +
+
+
+ +
@@ -64,7 +111,7 @@
escape(mb_substr($opp['title'], 0, 80)) ?>
- escape($opp['type']) ?> + escape($opp['type']) ?> Score:
@@ -104,4 +151,125 @@ + + diff --git a/resources/views/admin/settings/index.php b/resources/views/admin/settings/index.php index d585d20..3334141 100644 --- a/resources/views/admin/settings/index.php +++ b/resources/views/admin/settings/index.php @@ -26,6 +26,9 @@
+ + +
diff --git a/resources/views/layouts/admin.php b/resources/views/layouts/admin.php index 0b6813d..d4b495c 100644 --- a/resources/views/layouts/admin.php +++ b/resources/views/layouts/admin.php @@ -7,16 +7,29 @@ -