Commit Graph

169 Commits

Author SHA1 Message Date
ncoronel 8e5814e333 Refactor Brand, Category, and Product controllers to use createWithProps and updateWithProps methods for improved property synchronization 2026-06-24 10:28:46 -03:00
ncoronel 6a0080b475 Add Brand and Category management features with controllers, requests, resources, and API routes 2026-06-24 10:20:13 -03:00
ncoronel 8feaa0051d Implement Product management features with controller, requests, resource, and routes 2026-06-24 10:05:26 -03:00
ncoronel 3c6469617b Add BootstrapTenantController and requests for tenant domain normalization; implement API route and tests 2026-06-23 09:49:54 -03:00
ncoronel 6d83d3dd7d Refactor tenant prop API routes and update Postman collection for clarity 2026-06-22 16:53:42 -03:00
ncoronel f7293feabc Add TenantPropController and requests for managing tenant properties; define API routes for tenant props 2026-06-22 16:52:45 -03:00
ncoronel 0847fe1a26 Remove TenantPropController, TenantProp model, and related requests; update API routes and migrations 2026-06-22 16:50:02 -03:00
ncoronel 3bb8fbfd2f Add PropValueResource for managing property values; update TenantResource to include collapsed props data 2026-06-22 16:19:24 -03:00
ncoronel 55694b2048 Refactor Prop model to use enum for data types; remove PropDataType model and update related requests and migrations 2026-06-22 13:13:22 -03:00
ncoronel 7075704dad Enhance Tenant management by syncing property values in store and update requests; integrate PropRules for validation 2026-06-22 12:58:03 -03:00
ncoronel cde27c0d34 Add PropController, StorePropRequest, UpdatePropRequest, PropResource, and PropableModels; define API routes for props management 2026-06-22 12:45:23 -03:00
ncoronel 054a3a81eb Add syncPropValues method to Propable trait; update StoreProductRequest and UpdateProductRequest to handle props validation 2026-06-22 12:36:41 -03:00
ncoronel 894f2a68de Implement Propable trait in Brand, Category, Product, and Tenant models to manage properties; remove unused code in Tenant model. 2026-06-22 12:21:30 -03:00
ncoronel 93ebb0a110 Refactor Brand, Category, Product, and ModelPropValue models to remove morph relationships; update migration files for props and model prop values to reflect new foreign key structure. 2026-06-22 12:15:12 -03:00
ncoronel 5c81d6997a Add Prop and ModelPropValue models with relationships; create migration files for props, prop options, prop data types, and model prop values 2026-06-22 12:07:46 -03:00
ncoronel 93a2750d33 Refactor project structure to use domain-oriented architecture; add Product and Tenant domains with controllers, models, requests, resources, and routes 2026-06-19 11:59:28 -03:00
ncoronel 507b81b54e Add Tenant model, controller, and migration; update Producto model to reference tenant_codigo 2026-06-19 11:34:10 -03:00
ncoronel aa49c82543 Add ProductController and Producto model with CRUD operations and migration 2026-06-18 10:13:03 -03:00
ncoronel 02ebe0f0ca initial commit 2026-06-18 10:09:24 -03:00