simedkom/app/Filament/Pages
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
..
Settings feat: Implement policy classes for Category, Contact, and Visitor with authorization methods 2026-01-08 09:11:30 +07:00
AdminVerification.php Refactor verification process and UI updates 2026-01-08 13:55:37 +07:00
CustomCompany.php Refactor verification process and UI updates 2026-01-08 13:55:37 +07:00
CustomLogin.php feat: implement comprehensive cooperation management module with models, migrations, and Filament resources 2025-12-16 12:37:53 +07:00
CustomMedia.php Refactor verification process and UI updates 2026-01-08 13:55:37 +07:00
CustomRegistration.php feat: Implement email verification for user registration. 2025-12-19 14:31:54 +07:00
CustomVerification.php Refactor verification process and UI updates 2026-01-08 13:55:37 +07:00