Commit Graph

3 Commits

Author SHA1 Message Date
Yoga Pangestu
93f5404d30 feat: Add factories for various models including Announcement, Category, Cooperation, and more for testing and seeding purposes. 2026-03-17 22:25:31 +07:00
Yoga Pangestu
a6ab65adc4 feat: remove all database factories 2026-02-02 13:27:43 +07:00
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