shopit-back/app/Domains
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
..
Attachable Refactor attachment cropping functionality to support multiple variants 2026-08-18 14:40:22 -03:00
Auth refactor(auth): simplify password reset attempt handling logic and improve code readability 2026-08-14 08:51:31 -03:00
Authorization feat(auth): implement permission-based access for scanner functionality and update related tests 2026-08-11 14:53:51 -03:00
Bootstrap feat(bootstrap): update tenant bootstrap endpoint to accept domain and path as query parameters, enhancing tenant resolution logic 2026-08-14 15:17:24 -03:00
Cart refactor(cart): simplify CartItemResource response structure to prioritize selected variant details 2026-08-18 09:05:50 -03:00
Catalog refactor(variant-selection): update variant options retrieval to use catalog item's variants and enhance response structure 2026-08-18 10:45:40 -03:00
Desfile feat(desfile): refactor entry management to use row-based configuration and expand seat options 2026-08-14 13:32:02 -03:00
Event Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -03:00
FiestaFutbolInfantil Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -03:00
Forms Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Integration Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Logging Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
MailTest Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Menu Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Notification Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -03:00
Purchase feat(purchase): refactor imports and add test for InsufficientStockException handling 2026-08-12 15:22:19 -03:00
Sale Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -03:00
Shared Refactor attachment cropping functionality to support multiple variants 2026-08-18 14:40:22 -03:00
Staff feat(auth): enhance password reset attempt handling with new reasons and update related services 2026-08-13 16:49:19 -03:00
StorageTest Add tests for ticket validity and event date formatting 2026-08-11 12:41:35 -03:00
Tenant Refactor attachment cropping functionality to support multiple variants 2026-08-18 14:40:22 -03:00
Ticket Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -03:00