simedkom/database/factories
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
..
AnnouncementFactory.php feat(models): add relationships to PartnerMedia and User models 2025-12-12 10:06:18 +07:00
AnnouncementUserFactory.php feat(models): add relationships to PartnerMedia and User models 2025-12-12 10:06:18 +07:00
ClassificationFactory.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
CompanyFactory.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
ContentRecapFactory.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
DepartmentFactory.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
IssueManagementFactory.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
JournalistFactory.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
LocationFactory.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
MediaMonitoringFactory.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
MediaMonitoringThemeFactory.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
NewsFactory.php feat(news): implement news resource with CRUD functionality 2025-12-12 09:48:34 +07:00
NewsTagsFactory.php feat(news): implement news resource with CRUD functionality 2025-12-12 09:48:34 +07:00
PartnerMediaFactory.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
SubClassificationFactory.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
SubLocationFactory.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
ThemeFactory.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
UserFactory.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00