simedkom/database/factories
Yoga Pangestu 2c5b057958 feat(news): implement news resource with CRUD functionality
- Created NewsResource for managing news entries.
- Added pages for creating, editing, and listing news.
- Defined NewsForm schema for news entry forms.
- Configured NewsTable for displaying news records with actions.
- Implemented News model with relationships and soft deletes.
- Added factories for generating test data for news and tags.
- Created migrations for news and tags tables.
2025-12-12 09:48:34 +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