Ümit Tunç
|
d0292af20c
|
feat: add GitHub username field and implement commit filtering by author in intern dashboard
|
2026-07-01 23:46:12 +03:00 |
|
Ümit Tunç
|
a6c250c13e
|
refactor: simplify internship approval process by removing unit approval and adding supervisor name tracking
|
2026-07-01 22:37:08 +03:00 |
|
Ümit Tunç
|
f84f78a138
|
feat: add approval system for internship journal entries including database fields, admin toggle functionality, and rich-text rendering
|
2026-07-01 21:58:56 +03:00 |
|
Ümit Tunç
|
351b9064af
|
feat: integrate Quill editor for internship journal entries, add retroactive field support, and enforce future date restrictions
|
2026-07-01 17:43:22 +03:00 |
|
Ümit Tunç
|
4c5cf1d355
|
feat: implement internship journal entry system with printable reports and approval workflow
|
2026-07-01 17:16:41 +03:00 |
|
Ümit Tunç
|
5b46b4ac9e
|
refactor: restrict intern dashboard updates to pending status and automate username assignment from email
|
2026-07-01 17:06:11 +03:00 |
|
Ümit Tunç
|
082fb33af3
|
refactor: migrate career applications to separate job and intern Filament resources
|
2026-06-08 18:17:56 +03:00 |
|
Ümit Tunç
|
080c39ac88
|
feat: add github_repo field to career applications and update intern dashboard UI
|
2026-06-06 01:05:29 +03:00 |
|
Ümit Tunç
|
d245055bf4
|
feat: add automated WebP conversion and resizing for hero background images
|
2026-06-02 06:44:57 +03:00 |
|
Ümit Tunç
|
e23ac8c346
|
feat: add ID photocopy upload field to career application form with validation and database storage
|
2026-06-01 23:32:52 +03:00 |
|
Ümit Tunç
|
aa48ce7890
|
feat: add internship date fields and business day calculation to career applications
|
2026-06-01 08:02:36 +03:00 |
|
Ümit Tunç
|
76081f0e85
|
feat: implement internship form upload functionality for interns with database migration and UI integration
|
2026-06-01 07:53:59 +03:00 |
|
Ümit Tunç
|
3c92a81cfe
|
feat: implement full-stack awards module with Filament management, database support, and localization.
|
2026-05-27 06:32:31 +03:00 |
|
Ümit Tunç
|
a4bc64527c
|
feat: implement intern authentication and secure document dashboard for internship applications
|
2026-05-26 17:21:30 +03:00 |
|
Ümit Tunç
|
c5a33f4d18
|
feat: implement proposal management system including database schema, Filament resources, and client-facing preview views
|
2026-05-25 07:05:57 +03:00 |
|
Ümit Tunç
|
8c00956f29
|
feat: add avatar and role fields to User model and update BlogSeeder for Zeynep Demir profile
|
2026-05-24 10:49:49 +03:00 |
|
Ümit Tunç
|
11cb89c944
|
feat: implement page template hero functionality with dynamic image handling and localization support for enhanced visual presentation
|
2026-05-22 07:36:24 +03:00 |
|
Ümit Tunç
|
2018860c23
|
feat: add quarter field to company history items with localization support, enhancing data organization and user experience
|
2026-05-21 20:16:32 +03:00 |
|
Ümit Tunç
|
c82dd5c6b6
|
feat: implement Company History module with CRUD functionality, localization support, and timeline display for enhanced user experience
|
2026-05-21 19:33:38 +03:00 |
|
Ümit Tunç
|
a132da44f9
|
refactor: rename and enhance setting retrieval methods for improved clarity and functionality
|
2026-05-21 08:55:21 +03:00 |
|
Ümit Tunç
|
e9f737ab1d
|
feat: implement YouTube API integration for syncing releases with music productions, including new command and UI components
|
2026-05-20 22:39:20 +03:00 |
|
Ümit Tunç
|
751b9339f0
|
feat: integrate Spotify API for syncing music productions with new command and UI components
|
2026-05-20 22:31:41 +03:00 |
|
Ümit Tunç
|
f35632ee0d
|
feat: add Music Productions module with CRUD resources and frontend views
|
2026-05-20 22:15:04 +03:00 |
|
Ümit Tunç
|
575fdad12c
|
refactor: remove diagnostic and translation scripts and implement automatic cache clearing for settings in the model.
|
2026-05-20 00:06:01 +03:00 |
|
Ümit Tunç
|
81790642c3
|
feat: add NDA/contract file uploads and technical skill checkboxes to career applications
|
2026-05-11 09:18:25 +03:00 |
|
Ümit Tunç
|
5f26e76143
|
feat: add application type field to career applications and implement status filtering in admin panel
|
2026-05-11 08:28:48 +03:00 |
|
Muhammet Güler
|
4924cb0dc8
|
feat: kariyer formu, mobil offcanvas menu ve blog modulu iyilestirmeleri
|
2026-03-10 18:50:23 +03:00 |
|
Muhammet Güler
|
7101f7878a
|
Fix: AI Blog Assistant retry logic and Subdomain routing for Akademi
|
2026-02-16 14:55:06 +03:00 |
|
Muhammet Güler
|
177ebff119
|
feat: Add Logos page, refactor Testimonials to RelationManager, and improve designs
|
2026-02-08 04:54:32 +03:00 |
|
Ümit Tunç
|
36471b5965
|
Add External URL Field to Product Schema and Localization: Introduced an 'external_url' field in the ProductForm for enhanced product management. Updated the Product model to include this new field and created a migration to add it to the products table. Enhanced localization support by adding relevant translations in both English and Turkish language files. Updated the menu-item Blade component to utilize the external URL, allowing links to open in a new tab if provided, improving user experience.
|
2026-01-06 21:18:25 +03:00 |
|
Ümit Tunç
|
97092dd793
|
Add Landing Page Section and Update Product Schema: Introduced a new LandingPageSection class to manage the layout and fields for the product landing page. Updated the ProductForm to include this new section, enhancing the product management interface. Added migration for landing_page_data in the products table and implemented localization for new fields in English and Turkish language files. Created a new landing Blade view to render the landing page dynamically, improving user experience and modularity.
|
2026-01-02 20:58:18 +03:00 |
|
Ümit Tunç
|
12441517f6
|
Add Custom Header and Footer Blade Selection: Implemented options for selecting custom Blade files for header and footer templates in the Page settings. Enhanced the PageController to render these templates dynamically, improving modularity and user experience. Updated relevant views to support this new functionality, ensuring better localization and flexibility in template management.
|
2026-01-01 10:54:38 +03:00 |
|
Ümit Tunç
|
064ec327ba
|
Add Site Translation Management: Created SiteTranslation resource with pages for listing, creating, and editing translations. Implemented localization support for translation keys and values, enhancing the admin panel's usability for managing site translations. Introduced a new migration for the site_translations table and updated helper functions for translation retrieval.
|
2025-12-30 23:41:32 +03:00 |
|
Ümit Tunç
|
a85e6eebe0
|
Implement Product and ProductCategory Resources: Created new Filament resources for managing products and product categories, including pages for listing, creating, and editing. Added schemas for forms and tables, integrated translation support, and established relationships between products and categories. Enhanced the navigation structure to include product and service links in the frontend menu, improving overall site organization and user experience.
|
2025-12-30 22:16:45 +03:00 |
|
Ümit Tunç
|
70cba75441
|
Refactor Template Processing and Update Setting Model: Enhanced the ImportHtmlTemplates command to improve header processing with dynamic logo handling based on navbar type. Updated the Setting model to include new accessors for various field types, ensuring better data retrieval. Adjusted the SettingSeeder to clear logo paths for better management.
|
2025-12-27 09:26:47 +03:00 |
|
Ümit Tunç
|
68fd923b42
|
Add Blog Category Resource and CRUD Pages: Created BlogCategoryResource with associated pages for listing, creating, and editing blog categories. Implemented localization for all labels and messages. Enhanced BlogCategory model to specify foreign key for related blogs.
|
2025-11-06 17:48:20 -03:00 |
|
Ümit Tunç
|
605f0d158f
|
Refactor Blog and Page Controllers: Updated BlogController and PageController to utilize the new Blog model and integrated dynamic header and footer templates. Removed the DatabaseSeeder file as it is no longer needed. Enhanced the TemplateService to support dynamic content rendering for both blog and page templates, improving the overall template management system.
|
2025-11-06 16:49:02 -03:00 |
|
Ümit Tunç
|
b1cd5492c1
|
Add draft functionality for page management: Implemented a new bulk action to move selected pages to draft status in the PagesTable. Added corresponding localization keys for English and Turkish languages to enhance user experience.
|
2025-11-05 10:14:37 -03:00 |
|
Ümit Tunç
|
91922ac6bf
|
Add bulk actions for page management: Implemented duplicate and publish functionalities in the PagesTable, allowing users to duplicate selected pages and publish them in bulk. Added corresponding localization keys for English and Turkish languages to enhance user experience.
|
2025-11-05 09:39:02 -03:00 |
|
Ümit Tunç
|
4a2a66c55c
|
Add Menu Template functionality: Created MenuTemplate resource with CRUD pages, schemas, and table configuration. Implemented localization for menu template fields and integrated menu rendering capabilities. Enhanced TemplatePreviewController to support menu templates and updated dynamic template documentation accordingly.
|
2025-11-03 15:43:47 -03:00 |
|
Ümit Tunç
|
ad20ba575a
|
Add Menu Tree functionality and integrate Filament Tree plugin: Introduced a new MenuTree page for managing page structures, added PagesMenuWidget for displaying a tree layout of pages, and updated localization files for menu-related actions. Enhanced Page model with tree management capabilities and included necessary CSS and JS files for the Filament Tree plugin.
|
2025-11-01 16:13:59 -03:00 |
|
Ümit Tunç
|
0d23c20f85
|
Implement default data functionality for templates: Added 'default_data' field to HeaderTemplate, FooterTemplate, and SectionTemplate models. Enhanced TemplateService to generate dynamic fields based on this new data. Updated form schemas in template forms to include sections for default values, improving template management and usability. Added localization support for new fields in both English and Turkish.
|
2025-11-01 02:01:07 -03:00 |
|
Ümit Tunç
|
02e4f46694
|
Implement dynamic template rendering and page observer: Enhanced PageController to support dynamic header and footer templates, utilizing TemplateService for placeholder replacement. Introduced PageObserver to manage homepage status across pages. Updated routes for improved debugging and dynamic homepage display. Refactored views to accommodate new templating system.
|
2025-10-31 15:49:29 -03:00 |
|
Ümit Tunç
|
c042cb5114
|
Add dynamic template system: Implemented header, footer, and section templates with corresponding models, migrations, and Filament resources. Enhanced Page model to support dynamic templates and updated localization files for new terms. Added TemplateService for managing template data and rendering. Comprehensive documentation included for usage and best practices.
|
2025-10-31 14:53:34 -03:00 |
|
Ümit Tunç
|
22b39d94a9
|
Add Page Section Builder functionality: Introduced a new section builder for dynamic page sections in the Filament Admin panel, allowing users to add various section types with flexible key-value data management. Enhanced the Page model with methods for parsed sections and section data retrieval. Updated localization files to support new section-related terms and added comprehensive documentation for usage and best practices.
|
2025-10-30 16:28:50 -03:00 |
|
Ümit Tunç
|
4a98a6d8f0
|
Add sections and data fields to Page model, create migration for sections column, and implement PageSeeder for initial page data: Enhanced the Page model with new fields for sections and data, added a migration to include a JSON column for sections in the pages table, and created a PageSeeder to populate the database with example pages including structured sections for content management.
|
2025-10-30 15:55:32 -03:00 |
|
Ümit Tunç
|
ef743e0d03
|
Enhance settings management: Added support for new form types including color picker, code editor, rich editor, markdown editor, tags input, checkbox list, radio buttons, toggle buttons, and slider in the SettingForm. Updated the Setting model to handle these new types and modified the migration to include them in the type enum. Enhanced localization files to support new type labels in both English and Turkish.
|
2025-10-29 15:47:48 -03:00 |
|
Ümit Tunç
|
f38a9ccd9e
|
Enhance settings form and model: Added support for array type in SettingForm with a new repeater field for managing key-value pairs. Updated Setting model to handle array values and modified localization files to include new keys for array-specific fields in both English and Turkish.
|
2025-10-23 15:31:26 -03:00 |
|
Ümit Tunç
|
7e269e6543
|
Enhance settings form and model: Added support for date and datetime types in SettingForm with corresponding fields and visibility logic. Updated Setting model to handle new value types and modified migration to include date and datetime in the type enum. Enhanced localization files to support new type labels in both English and Turkish.
|
2025-10-23 15:27:58 -03:00 |
|
Ümit Tunç
|
5157fe46ba
|
Add file type support in settings: Updated SettingForm to include a file upload field for settings, modified the Setting model to handle file values, and added a migration to accommodate the new file type. Enhanced localization files to support the new file type label in both English and Turkish.
|
2025-10-23 15:21:19 -03:00 |
|