Commit Graph

6 Commits

Author SHA1 Message Date
Ü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ç 1791108b1e Add Blocks Usage Documentation: Created a comprehensive guide for the block-based page creation system, detailing the available blocks, their usage, and customization options. Included example data and instructions for integrating blocks into the admin panel. 2025-10-30 15:28:57 -03:00
Ümit Tunç a4aea280f2 Add Language Management Module: Created Language resource with CRUD pages, schemas, and models to support the universal translation system. Implemented localization for English and Turkish, ensuring consistent user experience. Added necessary policies and seeder for initial language data, enhancing the overall language management functionality. 2025-10-01 04:15:21 -03:00
Ümit Tunç 188066c885 Add module template documentation for Citrus Platform: Introduced a comprehensive template structure for creating new modules, including file organization, model, migration, resource, and page templates. Provided detailed examples and best practices to ensure consistency and scalability in module development across the platform. 2025-09-27 15:01:09 -03:00
Ümit Tunç 7def9fd426 Add localization pattern documentation for Citrus Platform: Created a comprehensive guide detailing the localization structure, translation key organization, and best practices for implementing localization in modules. Included examples for the Pages module to standardize localization efforts across the platform. 2025-09-27 15:00:50 -03:00
Ümit Tunç c5b8d3341c Add developer handbook for Citrus Platform: Created a comprehensive guide covering project overview, module development, localization system, coding standards, testing strategy, and deployment checklist. Included detailed examples and best practices to standardize module development across the platform. 2025-09-27 15:00:20 -03:00