dstpabuaran.com/app/Http/Requests/Admin/Master
Yoga Pangestu e3c0f14c43 feat: implement product variant management
- Add a custom hook `useCardTableExpand` for managing expandable card tables.
- Refactor product columns to include variant edit and delete handlers.
- Integrate `CardTable` component for displaying products with expandable variant details.
- Create `ProductCardRow` component for rendering product information in a card format.
- Implement variant editing functionality with a dedicated `ProductVariantEdit` component.
- Add `VariantSubRow` component to display variant details in a table format.
- Update routes to handle product variant editing and deletion.
- Enhance tests to cover variant editing and deletion scenarios.
2026-08-01 13:19:07 +07:00
..
Product feat: implement product variant management 2026-08-01 13:19:07 +07:00
CategoryRequest.php feat: implement category management with CRUD functionality and integrate sluggable for SEO-friendly URLs 2026-07-29 01:11:53 +07:00
CustomerRequest.php feat: simplify phone number validation by removing unnecessary digit constraints 2026-07-30 22:44:36 +07:00
ProductRequest.php Refactor code for improved readability and consistency across multiple files 2026-08-01 10:14:47 +07:00
SupplierRequest.php feat: simplify phone number validation by removing unnecessary digit constraints 2026-07-30 22:44:36 +07:00