simedkom/app/Models
Yoga Pangestu 69c86e5d3c Refactor verification process and UI updates
- Updated JournalistResource to conditionally display actions based on user roles and verification status.
- Modified ManageJournalists page to hide header actions if verification request status is not NEED_REVISION.
- Changed CategoryResource navigation label from 'Kategori Berita' to 'Kategori'.
- Adjusted ManageCategories page to reflect the new category label and modal headings.
- Refactored Company model to change verificationRequest relationship from MorphOne to HasOne.
- Removed verificationRequest method from Journalist and PartnerMedia models.
- Updated VerificationRequest model to change verifiable relationship from MorphTo to BelongsTo.
- Introduced VerificationService to handle verification logic, including data completeness checks and submission processes.
- Created a new migration to adjust the verification_requests table structure.
- Enhanced admin verification view to display detailed verification progress and review history.
- Updated company and media forms to conditionally show the save button based on verification request status.
2026-01-08 13:55:37 +07:00
..
Announcement.php feat: Implement public announcements page with a new title field and rich text editor for content. 2026-01-06 11:07:13 +07:00
AnnouncementMedia.php feat(announcement): create AnnouncementMedia model, factory, and migration 2025-12-12 11:30:36 +07:00
Category.php feat: Implement news categories and status management with a new category resource and updated news form fields for excerpt, categories, and status. 2025-12-24 08:56:11 +07:00
CategoryNews.php feat: Implement news categories and status management with a new category resource and updated news form fields for excerpt, categories, and status. 2025-12-24 08:56:11 +07:00
Classification.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
Company.php Refactor verification process and UI updates 2026-01-08 13:55:37 +07:00
Contact.php feat: Implement contact management system with email reply functionality and database migration 2026-01-06 09:37:55 +07:00
ContentRecap.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
Cooperation.php feat: implement comprehensive cooperation management module with models, migrations, and Filament resources 2025-12-16 12:37:53 +07:00
CooperationMedia.php feat: implement comprehensive cooperation management module with models, migrations, and Filament resources 2025-12-16 12:37:53 +07:00
CooperationProposal.php feat: implement comprehensive cooperation management module with models, migrations, and Filament resources 2025-12-16 12:37:53 +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 Refactor verification process and UI updates 2026-01-08 13:55: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
MediaTaskAssignment.php feat: implement comprehensive cooperation management module with models, migrations, and Filament resources 2025-12-16 12:37:53 +07:00
News.php feat: Implement news categories and status management with a new category resource and updated news form fields for excerpt, categories, and status. 2025-12-24 08:56:11 +07:00
PartnerMedia.php Refactor verification process and UI updates 2026-01-08 13:55:37 +07:00
RejectionReason.php feat: implement comprehensive cooperation management module with models, migrations, and Filament resources 2025-12-16 12:37:53 +07:00
Report.php feat: implement comprehensive cooperation management module with models, migrations, and Filament resources 2025-12-16 12:37:53 +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
TaskAssignment.php feat: implement comprehensive cooperation management module with models, migrations, and Filament resources 2025-12-16 12:37:53 +07:00
Theme.php test: add comprehensive test suite and model factories 2025-12-11 14:50:37 +07:00
User.php feat: Add visitor tracking functionality with Filament resource and footer statistics. 2026-01-06 12:01:50 +07:00
VerificationRequest.php Refactor verification process and UI updates 2026-01-08 13:55:37 +07:00
VerificationReview.php feat: Implement a comprehensive verification system with dedicated pages, models, and UI components for companies, media, and journalists. 2025-12-22 15:00:19 +07:00
Visitor.php feat: Add visitor tracking functionality with Filament resource and footer statistics. 2026-01-06 12:01:50 +07:00