Commit Graph

17 Commits

Author SHA1 Message Date
Yoga Pangestu
2e80c19c19 feat: Implement advanced filtering and Excel export functionality for Cooperation, Issue Management, Media Monitoring, and Content Recap tables. 2026-01-29 13:22:57 +07:00
Yoga Pangestu
1d2e861c79 feat: Implement English and Indonesian localization by adding language files and updating Composer dependencies. 2026-01-28 09:11:01 +07:00
Yoga Pangestu
0dad32aa12 feat: Add Swindon\FilamentHashids middleware and update composer dependencies for enhanced ID encoding 2026-01-19 10:57:09 +07:00
Yoga Pangestu
dd100d1704 feat: Add news crawling service and command with a UI action to the media monitoring table. 2026-01-06 15:19:53 +07:00
Yoga Pangestu
9742097d2b feat: Add visitor tracking functionality with Filament resource and footer statistics. 2026-01-06 12:01:50 +07:00
Yoga Pangestu
0ffc7a1d92 feat: Implement Spatie Laravel Settings with Filament pages for general, SEO, and social media management. 2026-01-05 11:57:56 +07:00
Yoga Pangestu
3760eeb00d fix: Improve Filament component behavior, update dependencies, and adjust styling. 2026-01-05 09:29:57 +07:00
Yoga Pangestu
f97531e355 feat: Remove public homepage and news sections, including associated frontend components and controllers, and update routing to redirect to dashboard with a new frontend entry point. 2026-01-05 09:24:47 +07:00
Yoga Pangestu
4faaebdc59 feat: Implement Inertia.js with React for a new frontend architecture, including home, posts, and profile pages, along with theme customizations. 2025-12-23 14:27:57 +07:00
Yoga Pangestu
fcc09599e8 feat: add partner view page with detailed infolist and link from cooperation media manager 2025-12-19 14:14:34 +07:00
Yoga Pangestu
73daf8b80d chore: update composer dependencies to include spatie/laravel-sluggable and spatie/laravel-tags
- Added spatie/laravel-sluggable version 3.7 for slug generation in Eloquent models.
- Added spatie/laravel-tags version 4.10 for tag management functionality.
- Updated composer.lock to reflect new dependencies.
2025-12-12 09:46:48 +07:00
Yoga Pangestu
97cdfd6e0b test: add comprehensive test suite and model factories
- Add HasFactory trait to all model classes for factory support
- Create factory classes for all models (Classification, Company, ContentRecap, Department, IssueManagement, Journalist, Location, MediaMonitoring, MediaMonitoringTheme, PartnerMedia, SubClassification, SubLocation, Theme, User)
- Add unit tests for all models with relationship and attribute validation
- Add unit tests for all enums (Channel, ContentType, IsActive, IssueSentiment, MediaClassification, MediaType, SocialMedia)
- Add feature tests for factory integration and basic application functionality
- Add tests for Filament actions, columns, and media library utilities
- Add tests for model policies (Classification, Theme) and traits (WithComment, WithValue)
- Update phpunit.xml configuration for test environment
- Add test documentation and working tests reference guide
- Add ContentType enum casting to ContentRecap model
- Add MediaMonitoringTheme relationships and factory support
- Establish comprehensive testing infrastructure for improved code quality and reliability
2025-12-11 14:50:37 +07:00
Yoga Pangestu
59d5040812 feat(spatie media lib & asmit upload: install and custom path in spatie library
- publish asset and view
- create migration
2025-12-04 13:57:33 +07:00
Yoga Pangestu
fdda62b2a5 Add filament backgrounds styles for simple layout and main components
- Introduced CSS styles for .fi-simple-layout and .fi-simple-main classes.
- Implemented background image, gradient overlays, and responsive design features.
- Added support for dark mode and backdrop filters to enhance visual aesthetics.
2025-11-20 10:16:45 +07:00
Yoga Pangestu
28ec50494d feat: Add policies for SubClassification, SubLocation, and User models
- Created SubClassificationPolicy to manage authorization for SubClassification actions.
- Created SubLocationPolicy to manage authorization for SubLocation actions.
- Created UserPolicy to manage authorization for User actions.
- Integrate Filament Shield for role and permission management
- Updated DashboardPanelProvider to include FilamentShieldPlugin.
- Added filament-shield package to composer.json and updated composer.lock.
- Created filament-shield.php configuration file for Shield settings.
- Created permission.php configuration file for Spatie permissions.
- Added migration for creating permission tables.
- Created ShieldSeeder to seed roles and permissions.
- Updated DatabaseSeeder to include ShieldSeeder.
- Updated UserSeeder to assign the Developer role to the created user.
2025-11-20 09:00:59 +07:00
Yoga Pangestu
ee7e62ebd8 feat: install filament and configure panel 2025-10-24 08:25:10 +07:00
Yoga Pangestu
aaa16df01f initial commit 2025-10-24 07:58:05 +07:00