simedkom/app/Models
Yoga Pangestu b9a266d35a feat(announcement): create AnnouncementMedia model, factory, and migration
- Introduced the AnnouncementMedia model, removing soft deletes for a simplified structure.
- Added AnnouncementMediaFactory for generating test data with relationships to Announcement and PartnerMedia.
- Created migration for the announcement_media table without soft deletes.
2025-12-12 11:30:36 +07:00
..
Announcement.php feat(models): add relationships to PartnerMedia and User models 2025-12-12 10:06:18 +07:00
AnnouncementMedia.php feat(announcement): create AnnouncementMedia model, factory, and migration 2025-12-12 11:30:36 +07:00
Classification.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
Company.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
ContentRecap.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
Department.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
IssueManagement.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
Journalist.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
Location.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
MediaMonitoring.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
MediaMonitoringTheme.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
News.php feat(news): implement news resource with CRUD functionality 2025-12-12 09:48:34 +07:00
PartnerMedia.php feat(models): add relationships to PartnerMedia and User models 2025-12-12 10:06:18 +07:00
SubClassification.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
SubLocation.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
Theme.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
User.php feat(models): add relationships to PartnerMedia and User models 2025-12-12 10:06:18 +07:00