dstpabuaran.com/app/Services
Yoga Pangestu 0023309a8f Refactor services to improve role checks and streamline data retrieval
- Updated CustomerService to simplify getAll method.
- Refactored ProductService to utilize HasRoleChecks trait and improved role verification logic.
- Enhanced ProductVariantService with new methods for fetching data for restocking and transactions.
- Cleaned up RawMaterialService by removing unused methods and improving data retrieval.
- Adjusted SupplierService to streamline getAll method.
- Refactored RoleService to use Spatie's Role model and improved role filtering logic.
- Updated NotificationService to handle role labels more effectively.
- Improved StockMutationService by removing redundant paginated method.
- Cleaned up various frontend components to directly accept necessary props instead of nested data objects.
- Updated tests to reflect changes in service method names and ensure proper notification handling.
2026-08-09 11:33:25 +07:00
..
Admin Refactor services to improve role checks and streamline data retrieval 2026-08-09 11:33:25 +07:00
Concerns Refactor services to improve role checks and streamline data retrieval 2026-08-09 11:33:25 +07:00
AnalysisService.php Refactor services to improve role checks and streamline data retrieval 2026-08-09 11:33:25 +07:00
DashboardService.php refactor: rename create/delete methods to store/destroy across multiple services; add transaction handling for cash and stock adjustments 2026-08-08 14:31:58 +07:00
NotificationService.php Refactor services to improve role checks and streamline data retrieval 2026-08-09 11:33:25 +07:00
PushSubscriptionService.php feat: add push notification functionality and service worker 2026-08-01 11:36:20 +07:00
S3PresignedService.php feat: add media library configuration and file upload components 2026-07-30 10:16:49 +07:00
StockMutationService.php Refactor services to improve role checks and streamline data retrieval 2026-08-09 11:33:25 +07:00