simedkom/app/Models
Yoga Pangestu 8386ea0d93 feat(models): add relationships to PartnerMedia and User models
- Introduced a many-to-many relationship in PartnerMedia for announcements.
- Added a has-many relationship in User for news authored by the user.
- Implemented an active scope in User for filtering active users.
2025-12-12 10:06:18 +07:00
..
Announcement.php feat(models): add relationships to PartnerMedia and User models 2025-12-12 10:06:18 +07:00
AnnouncementMedia.php feat(models): add relationships to PartnerMedia and User models 2025-12-12 10:06:18 +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