ncoronel
3887a4fcba
feat: implement integration management with CRUD operations and routes for tenant integration
2026-07-03 14:44:18 -03:00
ncoronel
0d4c6a4492
feat: implement BankAccount management with CRUD operations and routes for tenant selection
2026-07-03 13:58:21 -03:00
ncoronel
c1b7b12fe1
feat: add endpoint to retrieve selected bank account for a tenant and update routes with authentication
2026-07-03 13:54:31 -03:00
ncoronel
b1e40b3430
feat: implement BankAccount management with CRUD operations and selection for tenants
2026-07-03 13:43:32 -03:00
ncoronel
3285015841
feat: differentiate between header and footer colors
2026-07-01 15:37:46 -03:00
ncoronel
4aedf7ca86
feat: add tenant success color
2026-07-01 11:55:08 -03:00
ncoronel
0206ee2985
feat: implement product variant CRUD operations and tenant configuration seeding
2026-06-29 11:59:07 -03:00
ncoronel
b0508d79b3
feat: implement Attachment domain for file storage and integrate into Tenant service for logo management
2026-06-29 09:43:46 -03:00
ncoronel
4125d8353d
feat: add multi-tenant controllers for catalog and tenant management and implement pagination macro in AppServiceProvider
2026-06-29 09:02:39 -03:00
ncoronel
31b65eb676
feat: implement full CRUD support and database schema for multi-tenant architecture
2026-06-26 16:57:59 -03:00
ncoronel
8708cea122
feat: implement tenant update request validation and add feature tests for domain bootstrapping
2026-06-26 16:23:14 -03:00
ncoronel
54aa696145
feat: implement tenant management system with attachment support and bootstrap controller
2026-06-26 13:17:48 -03:00
ncoronel
1f9d876bc3
feat: implement tenant management system including database schema, CRUD services, and bootstrap functionality
2026-06-26 12:16:50 -03:00
ncoronel
0dae985230
feat: implement tenant management system including CRUD operations and domain bootstrapping functionality
2026-06-26 11:55:05 -03:00
ncoronel
4c237fb729
feat: implement product attributes and tenant properties management with CRUD controllers, requests, and domain models
2026-06-26 11:40:07 -03:00
ncoronel
aec92d5346
feat(attachments): implement AttachmentService for managing uploads and deletions, add AttachmentStorageException for error handling
2026-06-25 15:02:52 -03:00
ncoronel
b874a45724
feat(attachments): create Attachment model and migration for file attachments
2026-06-25 12:07:52 -03:00
ncoronel
689d115a8f
feat(tenant): reintroduce tenant-specific props and instance values
...
Restore props support only for the Tenant domain using a tenant-scoped model
instead of the removed generic Prop/Propable implementation.
Add tenant prop definitions and instance values:
- add TenantProp and TenantPropValue models
- add tenant-only data type enum and prop validation rules
- add migrations for tenant_props and tenant_prop_values tables
- persist prop values by tenant_codigo + tenant_prop_codigo
Expose tenant prop management through the Tenant domain:
- add TenantPropController with CRUD endpoints
- add Store/Update request classes for tenant prop definitions
- register tenant-props routes
Re-enable tenant prop syncing and serialization:
- restore createWithProps/updateWithProps flows in Tenant
- validate props on tenant create/update requests
- include collapsed props in TenantResource
- keep the implementation scoped to Tenant without reintroducing polymorphic props
Add coverage for the new tenant prop behavior:
- update bootstrap tenant feature test to assert prop values
- add feature tests for tenant prop creation and validation
2026-06-24 14:50:58 -03:00
ncoronel
75129b7552
remove props
2026-06-24 14:43:10 -03:00
ncoronel
696010a70e
Remove unused 'props' unset operation in store and update methods across Brand, Category, Product, and Tenant controllers
2026-06-24 11:13:18 -03:00
ncoronel
e4139d48aa
Refactor request validation to use model-specific prop synchronization and add migrations for categories and brands
2026-06-24 11:02:35 -03:00
ncoronel
b2c8f13d2e
Refactor TenantController to use createWithProps and updateWithProps methods for improved property synchronization
2026-06-24 10:40:30 -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
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
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
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