Yoga Pangestu
27a4ade00b
refactor: remove redundant status message display logic and associated language strings from admin verification page
2026-04-13 10:52:10 +07:00
Yoga Pangestu
5f297ddf4c
refactor: update admin verification view action to use company hashId instead of record ID
2026-04-13 10:45:39 +07:00
Yoga Pangestu
ca5aa283d0
feat: add PDF export functionality for reports using dompdf and integrate into ReportRelationManager
2026-04-10 22:34:55 +07:00
Yoga Pangestu
e5cbbe7e96
refactor: implement verification action concerns and enhance admin verification page functionality
2026-04-08 10:11:06 +07:00
Yoga Pangestu
f485b2cef3
refactor: expand global border-radius CSS overrides and standardize custom-rounded usage in admin verification view
2026-03-31 16:06:31 +07:00
Yoga Pangestu
1cb716aea2
refactor: standardize UI border-radius using dynamic CSS variable across Filament middleware and blade components
2026-03-31 15:52:01 +07:00
Yoga Pangestu
63843ff18d
feat: Integrate cheerful notifications into decision and verification enums, enhancing user feedback with engaging messages across the admin verification page.
2026-03-27 10:18:14 +07:00
Yoga Pangestu
be8408f9b3
feat: Enhance filter button styles and add icon to 'all' filter for improved visual clarity and user interaction in the admin verification page.
2026-03-27 10:04:16 +07:00
Yoga Pangestu
de4aea7f2a
feat: Enhance user interface clarity and experience by updating labels, adding descriptions, icons, and refining form field attributes across various Filament resources and pages.
2026-03-26 13:53:07 +07:00
Yoga Pangestu
c600ee131b
refactor: Remove AdminVerification page and restructure verification actions into separate classes for improved organization and maintainability.
2026-03-17 14:04:10 +07:00
Yoga Pangestu
f0609bf077
refactor: Replace custom empty state UI with Filament's empty-state component.
2026-03-16 22:56:46 +07:00
Yoga Pangestu
f06d8d100c
refactor: move verification logic from VerificationService to the Verification Filament page.
2026-01-30 14:23:52 +07:00
Yoga Pangestu
2626d890a4
feat: introduce a comprehensive data change request and review system with new Filament resources, models, migrations, and actions for managing data changes.
2026-01-29 09:44:52 +07:00
Yoga Pangestu
6574684f46
refactor: Update modal headings and descriptions for clarity, enhance date formatting, and improve user notifications in verification processes.
2026-01-19 09:40:46 +07:00
Yoga Pangestu
2d362b54dc
feat: Remove custom page classes for login, registration, media, company, and verification management
2026-01-12 09:46:54 +07:00
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
Yoga Pangestu
b4d2ae52f0
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
Yoga Pangestu
904552bd68
feat: Restrict company user access to media and journalist management until company and partner media data is complete, and remove journalist permissions from seeders.
2025-12-19 15:33:10 +07:00
Yoga Pangestu
a697511a99
feat(media): implement media crud with custom page
...
- fic relation parternMedia -> partnerMedia in Company model
- feat model and migration
2025-12-04 15:28:51 +07:00
Yoga Pangestu
9aa585d8c9
feat(company): implement custom company for 'Perusahaan' role
...
- crud with custom page
- create model and migration for database schema
- custom view
- company relation from User model
2025-12-04 14:44:46 +07:00