Commit Graph

525 Commits

Author SHA1 Message Date
Yoga Pangestu
562c07fead feat: add issue management status tracking to media monitoring table, export, and fix sub-classification form relationship query 2026-04-06 10:43:40 +07:00
Yoga Pangestu
75bd1ad3e6 refactor: Update Excel export setup in Filament resources to use fromTable() method for improved consistency and maintainability 2026-04-06 10:19:20 +07:00
Yoga Pangestu
4f465b17bb feat: Add helper text for file upload fields across various Filament pages to improve user guidance on accepted formats and size limits. 2026-04-06 09:53:23 +07:00
Yoga Pangestu
5ddad7ab93 feat: remove password change restriction for company users in ChangePasswordAction 2026-04-06 09:46:03 +07:00
Yoga Pangestu
745b6d21be refactor: implement key-based retrieval for empty state headings in Filament resources to enhance localization and maintainability 2026-04-06 09:45:09 +07:00
Yoga Pangestu
3a5ef20334 refactor: replace direct message retrieval with key-based retrieval in CheerfulNotification across various enums and Filament pages for improved localization and maintainability 2026-04-06 09:22:07 +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
f5c0b0ec18 feat: Refactor page titles in Filament resources to static properties, removing cheerful notification methods for a cleaner implementation and improved user experience. 2026-03-31 15:38:13 +07:00
Yoga Pangestu
f1bbbd7261 feat: Remove subheading methods from various Filament pages to streamline content and enhance user experience. 2026-03-31 15:30:54 +07:00
Yoga Pangestu
8a4dfa00a1 fix: Update role name retrieval in User model to use enum values for improved consistency and type safety. 2026-03-31 15:25:26 +07:00
Yoga Pangestu
833f0e437f feat: Add comprehensive registration tests for user creation, validation, and notifications, ensuring robust functionality and user experience in the registration process. 2026-03-31 15:25:17 +07:00
Yoga Pangestu
9097ebe8ec feat: Update username maxLength validation in registration form from 20 to 10 characters for improved user input constraints. 2026-03-31 15:18:14 +07:00
Yoga Pangestu
29948fb547 feat: Add Budget Realization and Sentiment Trend charts to the analytics page, enhancing data visualization capabilities for budget and sentiment analysis. 2026-03-27 10:58:20 +07:00
Yoga Pangestu
1c063c4c79 feat: Integrate cheerful notifications into various status enums, enhancing user feedback with engaging messages for approval, cooperation, data change, and news statuses. 2026-03-27 10:31:58 +07:00
Yoga Pangestu
c23e7517f0 feat: Standardize page subheadings across Filament resources by removing 'Kelola' prefix for improved clarity and consistency in user experience. 2026-03-27 10:25:51 +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
3897954b78 feat: Update page titles and subheadings across various Filament resources to utilize cheerful notifications, enhancing user engagement and clarity. 2026-03-27 09:54:11 +07:00
Yoga Pangestu
996058e4a7 feat: Update empty state descriptions across various resources to use cheerful notifications for improved user engagement and clarity. 2026-03-27 09:36:22 +07:00
Yoga Pangestu
eaa8908663 feat: create default user settings for migrated users if none exist 2026-03-27 09:22:56 +07:00
Yoga Pangestu
22572bc6a3 refactor: Consolidate user settings table creation by integrating all preference columns and enhancing the NotifStyle enum. 2026-03-26 16:01:45 +07:00
Yoga Pangestu
cd1b9b09ba refactor: Conditionally and safely retrieve site logo and favicon for panel configuration, skipping during unit tests. 2026-03-26 15:53:19 +07:00
Yoga Pangestu
91d2266a20 feat: Introduce NotifStyle enum for notification customization and update Filament actions to utilize it, enhancing user engagement and clarity across the application. 2026-03-26 15:48:29 +07:00
Yoga Pangestu
a31247172f fix: Translate site icon label to 'Ikon' and add null checks for dashboard brand logo and favicon paths. 2026-03-26 15:42:24 +07:00
Yoga Pangestu
56ffcb5508 feat: Implement user settings management with dynamic theme customization, including UX style, primary color, font, and UI preferences, enhancing user experience across the application. 2026-03-26 15:35:22 +07:00
Yoga Pangestu
0086ff50d2 feat: Introduce UxStyle enum for enhanced user experience and update modal headings and descriptions across Filament actions to utilize cheerful notifications, improving clarity and engagement. 2026-03-26 14:40:35 +07:00
Yoga Pangestu
573615c979 feat: Revamp modal headings and descriptions across Filament actions for improved user engagement and clarity, incorporating playful icons and friendly language. 2026-03-26 14:05:40 +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
af7bf05b91 feat: Implement a custom Filament profile page for user details and password management, and integrate it into the dashboard panel. 2026-03-26 13:02:42 +07:00
Yoga Pangestu
c221864616 refactor: explicitly specify 'public' disk for brand logo and favicon URLs. 2026-03-26 11:38:32 +07:00
Yoga Pangestu
8b62d2350a feat: Add league/flysystem-aws-s3-v3 package for S3 storage integration. 2026-03-26 11:38:04 +07:00
Yoga Pangestu
29322f7100 refactor: rename 'Statistik' to 'Analisa' in the Analytic page title and navigation label 2026-03-26 10:48:13 +07:00
Yoga Pangestu
c29e459a10 refactor: adjust chart heading by removing "(Top 10)" and set column span to 1. 2026-03-26 10:42:25 +07:00
Yoga Pangestu
0189ef874d feat: introduce Issue Sentiment By Department chart to the Analytic page, relocating Company Status chart from Dashboard and adding Cooperation Status chart. 2026-03-26 10:30:31 +07:00
Yoga Pangestu
01db1c4794 feat: Add many-to-many relationship for Issue Management with Departments, including migration, Filament UI updates, and a new department issue chart. 2026-03-26 10:24:03 +07:00
Yoga Pangestu
89b4793667 fix: Update MigrateNewsCommand to filter empty tags and make slug column nullable in tag migration 2026-03-26 10:20:07 +07:00
Yoga Pangestu
7d0e7c7121 feat: Add IssueDepartmentChart to the Analytic dashboard and update navigation icon to OutlinedChartPie. 2026-03-26 10:19:30 +07:00
Yoga Pangestu
91a646898e feat: remove 'Media Terverifikasi' and 'Rata-rata Jurnalis / Media' statistics from the OverviewStats widget. 2026-03-26 09:52:40 +07:00
Yoga Pangestu
6c9ca69ed4 refactor: Update widget namespaces to use Charts and Stats subdirectories. 2026-03-26 09:32:40 +07:00
Yoga Pangestu
efa5c53902 feat: Disable polling for all Filament chart widgets by setting pollingInterval to null. 2026-03-26 09:28:07 +07:00
Yoga Pangestu
c493d066f4 feat: Implement a new Analytic dashboard page with several data visualization widgets, add Company Status Chart, and expand Filament dashboard color options. 2026-03-26 09:25:03 +07:00
Yoga Pangestu
3dd098759c fix: Update NewsTable description method to allow null values for record links 2026-03-18 01:35:19 +07:00
Yoga Pangestu
63cd003425 feat: Add comprehensive feature tests for Filament CategoryResource covering CRUD operations, status toggling, and permissions. 2026-03-18 01:11:16 +07:00
Yoga Pangestu
0e53ef8cc7 test: Create testing guidelines for Filament resources, detailing setup, test categories, and best practices for comprehensive feature testing. 2026-03-18 01:09:26 +07:00
Yoga Pangestu
10fb1dfa04 test: Implement comprehensive feature tests for User management in Filament, covering user listing, creation, editing, password changes, and authorization checks. 2026-03-18 01:09:02 +07:00
Yoga Pangestu
e1be243351 test: Add comprehensive feature tests for Department and Theme Filament resources, covering CRUD, authorization, and soft delete functionalities. 2026-03-18 00:45:55 +07:00
Yoga Pangestu
718df3e35d feat: Add phone number field to Company model and update related resources for improved data management. 2026-03-18 00:43:16 +07:00
Yoga Pangestu
84cd57e5dc test: Add feature tests for Location and SubLocation resources to validate CRUD operations and permission handling. 2026-03-17 22:54:46 +07:00
Yoga Pangestu
229ba24fef test: Add feature tests for Classification and SubClassification resources to validate CRUD operations and permission handling. 2026-03-17 22:48:04 +07:00