| .. |
|
CrawlNewsCommand.php
|
feat: Add news crawling service and command with a UI action to the media monitoring table.
|
2026-01-06 15:19:53 +07:00 |
|
MigrateAllCommand.php
|
feat: Add migrate:all command to orchestrate data migrations and refactor existing commands for enum-based data mapping.
|
2026-03-13 13:23:12 +07:00 |
|
MigrateAnnouncementCommand.php
|
feat: Introduce data migration commands for various core entities including company, location, theme, and other
|
2026-02-04 14:04:21 +07:00 |
|
MigrateClassificationCommand.php
|
refactor: Remove sort_order column and related functionality from classification and sub-classification models, migrations, and Filament resources.
|
2026-03-13 09:02:19 +07:00 |
|
MigrateCompanyCommand.php
|
feat: Add phone number field to companies table, migration, and Filament forms/resources.
|
2026-03-16 16:31:11 +07:00 |
|
MigrateContentRecapCommand.php
|
refactor: Make content recap type field nullable in the database, migration command, and Filament form.
|
2026-03-16 15:10:30 +07:00 |
|
MigrateCooperationCommand.php
|
feat: Allow longer titles for reports by changing the database column to text and removing the form input length limit.
|
2026-03-13 13:30:05 +07:00 |
|
MigrateDepartmentCommand.php
|
refactor: Remove sort_order column and related reordering functionality from categories, departments, and themes.
|
2026-03-13 09:17:19 +07:00 |
|
MigrateIssueManagementCommand.php
|
feat: Add migrate:all command to orchestrate data migrations and refactor existing commands for enum-based data mapping.
|
2026-03-13 13:23:12 +07:00 |
|
MigrateJournalistCommand.php
|
feat: Introduce data migration commands for various core entities including company, location, theme, and other
|
2026-02-04 14:04:21 +07:00 |
|
MigrateLocationCommand.php
|
refactor: Remove sort_order field and its associated logic from location and sub-location models, migrations, and Filament resources.
|
2026-03-13 09:06:55 +07:00 |
|
MigrateMediaMonitoringCommand.php
|
feat: Add migrate:all command to orchestrate data migrations and refactor existing commands for enum-based data mapping.
|
2026-03-13 13:23:12 +07:00 |
|
MigrateNewsCommand.php
|
feat: Introduce data migration commands for various core entities including company, location, theme, and other
|
2026-02-04 14:04:21 +07:00 |
|
MigrateThemeCommand.php
|
refactor: Remove sort_order column and related reordering functionality from categories, departments, and themes.
|
2026-03-13 09:17:19 +07:00 |
|
MigrateUserCommand.php
|
refactor: Simplify user migration command by removing unnecessary variable assignments and streamlining role assignment logic.
|
2026-03-16 13:45:48 +07:00 |
|
SimulateCooperationTime.php
|
feat: Add a console command to simulate cooperation time, improve date validation, and refine UI texts and report creation conditions.
|
2026-01-19 08:23:56 +07:00 |
|
UpdateCooperationStatusCommand.php
|
feat(cooperation): refactor workflow and implement payment system
|
2026-01-14 15:41:23 +07:00 |