a150a9f694feat: implement product and variant CRUD management service with attachment handlingncoronel2026-07-01 11:44:56 -03:00
6d0d600b4bfeat: add product catalog image seeder and support assetsncoronel2026-07-01 11:01:48 -03:00
67c2a7350efeat: create ProductService to handle product, variant, and attribute lifecycle managementncoronel2026-07-01 10:22:02 -03:00
a0a0cc7255feat: add ProductVariant model and service layer for CRUD operations with attachment handlingncoronel2026-07-01 10:09:04 -03:00
d6a17cb449feat: add is_default field to product variants and implement default variant management logic in ProductServicencoronel2026-07-01 10:02:26 -03:00
83f42f3cf9test: add feature tests for product creation, variant management, and attribute synchronizationncoronel2026-07-01 09:58:49 -03:00
bbfe632926test: add feature tests for product and variant management with attribute associationsncoronel2026-07-01 09:51:24 -03:00
e78e64ed2efeat: implement product seeding logic from image catalog and add supporting service methods and requestsncoronel2026-07-01 09:48:43 -03:00
35384b48abfeat: add filtering for product detail attribute options based on available variant valuesncoronel2026-07-01 08:55:27 -03:00
46685a7141feat: enhance product detail retrieval to support variant selection and fallback image handlingNahuel Coronel2026-07-01 01:05:31 +00:00
1aa831f921feat: refactor product detail retrieval to simplify variant handling and enhance response structureNahuel Coronel2026-07-01 01:05:21 +00:00
429fa36b05feat: update product and variant resources to improve variant selection handling and response structurencoronel2026-06-30 16:53:23 -03:00
cb15905c46feat: refactor product attributes handling to use product_attribute table and update related models and requestsncoronel2026-06-30 16:35:56 -03:00
191a40fcb9feat: enhance product detail retrieval to support variant selection and update resource fieldsncoronel2026-06-30 16:21:15 -03:00
1d0f9e323dfeat: update product resource and seeder to support variant groups and remove unused fieldsncoronel2026-06-30 16:11:18 -03:00
fdeba7540bfeat: refactor product variant handling to use product pricing and remove unnecessary fieldsncoronel2026-06-30 15:58:19 -03:00
8b10996319feat: exclude attributes from product list response in ProductControllerncoronel2026-06-30 11:18:53 -03:00
72261bf422feat: implement product management module with CRUD operations, service layer, and validation logicncoronel2026-06-30 09:50:40 -03:00
f664fbe2dcfeat: add Postman collection for ShopIt API endpointsncoronel2026-06-29 17:01:27 -03:00
46e7c27ae7feat: implement product controller, service, and feature tests with updated API collection.ncoronel2026-06-29 17:01:21 -03:00
14f3906ef0feat: update ProductController and ProductResource to include attribute options in product loadingncoronel2026-06-29 15:02:02 -03:00
edcb73f748feat: refactor ProductVariantController and requests to use scoped product handling and update route parametersncoronel2026-06-29 14:51:36 -03:00
a7372f9d08feat: update product and variant resources to include attribute options and metadata resolutionncoronel2026-06-29 14:42:14 -03:00
b05a574610feat: optimize category and product resource queries with eager loading and response formatting improvementsncoronel2026-06-29 14:35:20 -03:00
59ed592787feat: enhance Category and Brand resources with tenant handling and serialization improvementsncoronel2026-06-29 14:18:29 -03:00
24235c5ca9feat: add brand and category relationships to products, update requests and resources, and seed product catalog from imagesncoronel2026-06-29 13:47:05 -03:00
49771ebb13feat: implement product and attachment management service with supporting migrations and API controllersncoronel2026-06-29 12:13:21 -03:00
cd420e02d8feat: create ProductService to handle product, variant, and attribute management operationsncoronel2026-06-29 12:04:14 -03:00
9b7d728117feat: implement product and attribute management services with corresponding controllers and feature testsncoronel2026-06-29 11:37:22 -03:00
b5b57a753cfeat: implement product and variant management controllers with request validation and feature testsncoronel2026-06-29 11:10:04 -03:00
18504594ebfeat: implement product creation workflow with variants, attribute definitions, and validation logicncoronel2026-06-29 11:02:04 -03:00
9d3ed17c00feat: implement BrandSeeder and CategorySeeder and register them in DatabaseSeederncoronel2026-06-29 10:02:12 -03:00
74e443ece1feat: add attachment relationship to ProductVariant model and database schemancoronel2026-06-29 09:56:15 -03:00
6efda4727ffeat: implement product attribute options with database migration, resource, and validation requestsncoronel2026-06-29 09:48:56 -03:00
b0508d79b3feat: implement Attachment domain for file storage and integrate into Tenant service for logo managementncoronel2026-06-29 09:43:46 -03:00
67bc9e6cb4feat: add DatabaseSeeder and TenantSeeder with sample tenant configuration and assetsncoronel2026-06-29 09:32:09 -03:00
4125d8353dfeat: add multi-tenant controllers for catalog and tenant management and implement pagination macro in AppServiceProviderncoronel2026-06-29 09:02:39 -03:00
31b65eb676feat: implement full CRUD support and database schema for multi-tenant architecturencoronel2026-06-26 16:57:59 -03:00
8708cea122feat: implement tenant update request validation and add feature tests for domain bootstrappingncoronel2026-06-26 16:23:14 -03:00
54aa696145feat: implement tenant management system with attachment support and bootstrap controllerncoronel2026-06-26 13:17:48 -03:00
1f9d876bc3feat: implement tenant management system including database schema, CRUD services, and bootstrap functionalityncoronel2026-06-26 12:16:50 -03:00
0dae985230feat: implement tenant management system including CRUD operations and domain bootstrapping functionalityncoronel2026-06-26 11:55:05 -03:00
4c237fb729feat: implement product attributes and tenant properties management with CRUD controllers, requests, and domain modelsncoronel2026-06-26 11:40:07 -03:00
edb4c128d6Merge branch 'feature/compras' into devncoronel2026-06-26 11:16:11 -03:00
2ce21799c7feat(attachments): enhance AttachmentService to support base64 file uploads and refactor file handling logic
feature/attachables
ncoronel2026-06-25 16:09:46 -03:00
17799122e2feat(attachments): update filename generation in AttachmentService to include file extensionncoronel2026-06-25 15:43:31 -03:00
e4448d810efeat(cart): remove carritos and carrito_items migration filesncoronel2026-06-25 15:34:04 -03:00
7994fe0c96feat(attachments): refactor attachment management to use attachable pivot table and update related models and testsncoronel2026-06-25 15:30:11 -03:00
ee59236d55feat(attachments): ensure 'key' is set as UUID on attachment creation and update tests for key validationncoronel2026-06-25 15:11:31 -03:00
aec92d5346feat(attachments): implement AttachmentService for managing uploads and deletions, add AttachmentStorageException for error handlingncoronel2026-06-25 15:02:52 -03:00
6db98ddc1afeat(attachments): add HasAttachments trait to manage attachment relationshipsncoronel2026-06-25 14:47:21 -03:00
56b87f0c12feat(attachments): add AttachmentType enum and update Attachment model to use itncoronel2026-06-25 14:44:44 -03:00
9c5a29d933feat(attachments): add 'key' field to Attachment model and migration, generate UUID on creationncoronel2026-06-25 14:31:03 -03:00
8e343ea9c3Add ProductVariant model and migration for productos_variantes tablencoronel2026-06-24 11:41:42 -03:00
696010a70eRemove unused 'props' unset operation in store and update methods across Brand, Category, Product, and Tenant controllersncoronel2026-06-24 11:13:18 -03:00
e4139d48aaRefactor request validation to use model-specific prop synchronization and add migrations for categories and brandsncoronel2026-06-24 11:02:35 -03:00
8d840d94a0Update StoreCategoryRequest to require tenant_code only when categoria_id is presentncoronel2026-06-24 10:43:23 -03:00
b2c8f13d2eRefactor TenantController to use createWithProps and updateWithProps methods for improved property synchronizationncoronel2026-06-24 10:40:30 -03:00
8e5814e333Refactor Brand, Category, and Product controllers to use createWithProps and updateWithProps methods for improved property synchronizationncoronel2026-06-24 10:28:46 -03:00
6a0080b475Add Brand and Category management features with controllers, requests, resources, and API routesncoronel2026-06-24 10:20:13 -03:00
8feaa0051dImplement Product management features with controller, requests, resource, and routesncoronel2026-06-24 10:05:26 -03:00