From cc6ca1f6604fa3453b0bbae59892b5cae4f45c95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Cmit=20Tun=C3=A7?= Date: Thu, 21 May 2026 20:15:09 +0300 Subject: [PATCH] feat: add new company history entry for IoT Dashboard with multilingual support, enhancing localization and user engagement --- database/seeders/CompanyHistoryItemSeeder.php | 26 ++++++++++++++++--- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/database/seeders/CompanyHistoryItemSeeder.php b/database/seeders/CompanyHistoryItemSeeder.php index 5e09fa5..0c3a2aa 100644 --- a/database/seeders/CompanyHistoryItemSeeder.php +++ b/database/seeders/CompanyHistoryItemSeeder.php @@ -157,13 +157,31 @@ class CompanyHistoryItemSeeder extends Seeder ], ], ], + [ + 'year' => 2021, + 'title' => 'IoT Dashboard', + 'content' => 'Olimpiyat Otomasyon iş birliğiyle, endüstriyel PLC ve benzeri cihazların uzaktan yönetimi ve kontrolünü sağlayan; RS232 ve WebSocket standartları üzerinden haberleşen IoT Dashboard uygulaması geliştirildi. Nesnelerin İnterneti (IoT) kapsamındaki bu çözüm, Trunçgil Smart altyapısı üzerinde hazırlanmıştır.', + 'color' => '#6c5ce7', + 'icon' => 'heroicon-o-light-bulb', + 'sort_order' => 9, + 'translations' => [ + 'en' => [ + 'title' => 'IoT Dashboard', + 'content' => 'In partnership with Olimpiyat Otomasyon, an IoT Dashboard application was developed for remote management and control of industrial PLCs and related devices, communicating via RS232 and WebSocket standards. This Internet of Things (IoT) solution was built on the Trunçgil Smart platform.', + ], + 'de' => [ + 'title' => 'IoT Dashboard', + 'content' => 'In Partnerschaft mit Olimpiyat Otomasyon wurde eine IoT-Dashboard-Anwendung zur Fernverwaltung und -steuerung industrieller SPS und vergleichbarer Geräte entwickelt — mit Kommunikation über RS232- und WebSocket-Standards. Die IoT-Lösung basiert auf der Trunçgil Smart-Infrastruktur.', + ], + ], + ], [ 'year' => 2021, 'title' => 'PDLC Smart Glass', - 'content' => 'Hollanda\'da faaliyet gösteren HaHa Group BV için PDLC Smart Glass ürünlerine yönelik e-ticaret altyapısı ve dijital satış kanallarını geliştirdi.', + 'content' => 'Hollanda\'da faaliyet gösteren HaHa Group BV için PDLC Smart Glass ürünlerine yönelik e-ticaret altyapısı ve dijital satış kanalları geliştirildi.', 'color' => '#2980b9', 'icon' => 'heroicon-o-globe-alt', - 'sort_order' => 9, + 'sort_order' => 10, 'translations' => [ 'en' => [ 'title' => 'PDLC Smart Glass', @@ -181,7 +199,7 @@ class CompanyHistoryItemSeeder extends Seeder 'content' => 'Dijimind Akademi ile eğitim teknolojileri alanında dijital öğrenme platformları ve akademik içerik altyapısı çözümleri geliştirdi.', 'color' => '#16a085', 'icon' => 'heroicon-o-academic-cap', - 'sort_order' => 10, + 'sort_order' => 11, 'translations' => [ 'en' => [ 'title' => 'Dijimind Academy', @@ -199,7 +217,7 @@ class CompanyHistoryItemSeeder extends Seeder 'content' => 'Rusya\'nın Moskova merkezli, endüstriyel inşaat alanında faaliyet gösteren Ant Yapı ortaklığına sahip Stellar Construction için QA, QC ve QMS (kalite yönetim sistemi) uygulaması geliştirildi. Proje, Rusya\'nın çeşitli şantiye sahalarında başarılı bir şekilde kullanılmaktadır.', 'color' => '#c0392b', 'icon' => 'heroicon-o-building-office-2', - 'sort_order' => 11, + 'sort_order' => 12, 'translations' => [ 'en' => [ 'title' => 'Stellar Construction',