shopit-back/app/Domains/Tenant/Services
ncoronel e619c51ac9 Refactor attachment cropping functionality to support multiple variants
- Introduced AttachmentCrop model to manage crop variants for attachments.
- Updated Attachment model to remove direct crop fields and establish relationships with AttachmentCrop.
- Modified AttachmentService to handle storing and updating multiple crop variants (desktop and mobile).
- Adjusted validation rules to accommodate new crop structure.
- Updated database migration to create attachment_crops table and migrate existing crop data.
- Refactored tests to ensure compatibility with the new cropping structure and validate multiple crop variants.
- Enhanced documentation to reflect changes in attachment handling and cropping capabilities.
2026-08-18 14:40:22 -03:00
..
.gitkeep 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
TenantInformationService.php Refactor attachment cropping functionality to support multiple variants 2026-08-18 14:40:22 -03:00
TenantService.php feat(tenant): add site title and favicon support for tenants and website types 2026-08-14 08:55:59 -03:00
WebsiteExtraService.php Refactor attachment cropping functionality to support multiple variants 2026-08-18 14:40:22 -03:00
WebsiteTypeService.php feat(tenant): add site title and favicon support for tenants and website types 2026-08-14 08:55:59 -03:00