store/app/Http/Controllers/Admin
Yoga Pangestu 9089b32d7b
Some checks are pending
linter / quality (push) Waiting to run
tests / ci (8.3) (push) Waiting to run
tests / ci (8.4) (push) Waiting to run
tests / ci (8.5) (push) Waiting to run
refactor: streamline variant and price loading in product-related services
- Removed unnecessary ordering by 'created_at' in variant loading across multiple services and models.
- Implemented global scopes for ordering product variants and raw material prices by 'name' and 'variant', respectively.
- Enhanced code readability and maintainability by simplifying query structures in ProductController, OrderService, and others.
2026-07-29 15:06:16 +07:00
..
Account feat: enhance controller best practices and introduce new Cutting and Order management features with updated services and validation handling 2026-06-28 16:12:15 +07:00
Finance feat: update services and controllers to include user information in transaction notifications for improved clarity 2026-07-14 21:41:39 +07:00
Hr feat: update services and controllers to include user information in transaction notifications for improved clarity 2026-07-14 21:41:39 +07:00
Manage feat: enhance order management with additional filters and pagination support 2026-07-29 08:59:56 +07:00
Master refactor: streamline variant and price loading in product-related services 2026-07-29 15:06:16 +07:00
Media feat: enhance PresignedUploadController to support local uploads and improve S3 integration; add localUpload method for handling uploads when S3 is not the default disk 2026-07-02 22:53:28 +07:00
System feat: replace OwnerVerificationService with PushNotificationService and update notification logic in SettingController and MarketplaceService 2026-07-20 23:02:28 +07:00
AnalysisController.php feat: enhance analysis functionality with new revenue metrics 2026-07-29 09:36:22 +07:00
DashboardController.php feat: enhance attendance tracking by adding user-specific attendance data and conditional rendering in dashboard and analysis components; introduce AttendanceCard component for better UI management 2026-06-26 15:56:17 +07:00
NotificationController.php feat: enhance controller best practices and introduce new Cutting and Order management features with updated services and validation handling 2026-06-28 16:12:15 +07:00