460ed528cf
feat(attachment): add cropping functionality for images and update metadata storage
2026-08-18 12:04:39 -03:00
02cf3f3773
Add tests for ticket validity and event date formatting
...
- Create TicketValiditySchemaTest to verify database schema for ticket validity.
- Update CatalogModelsTest to include tests for event date attributes and selection options.
- Introduce EventDateTextFormatterTest for formatting event dates in Spanish.
- Refactor EventModelsTest to include validity time relationships.
- Add SaleDetailResourceTest to ensure correct serialization of purchase items.
- Enhance TicketTest with validity time checks and status management.
- Implement ValidityTimeResourceTest to validate resource output for different validity types.
- Add ValidityTimeTest to verify casting and validity checks for validity time types.
2026-08-11 12:41:35 -03:00
29a2ca19a3
refactor(catalog): Complete catalog refactor to simplify its data model and its querying.
...
source commits: refactor/catalog
2026-07-21 09:23:19 -03:00
b0508d79b3
feat: implement Attachment domain for file storage and integrate into Tenant service for logo management
2026-06-29 09:43:46 -03:00
54aa696145
feat: implement tenant management system with attachment support and bootstrap controller
2026-06-26 13:17:48 -03:00
2ce21799c7
feat(attachments): enhance AttachmentService to support base64 file uploads and refactor file handling logic
2026-06-25 16:09:46 -03:00
17799122e2
feat(attachments): update filename generation in AttachmentService to include file extension
2026-06-25 15:43:31 -03:00
7994fe0c96
feat(attachments): refactor attachment management to use attachable pivot table and update related models and tests
2026-06-25 15:30:11 -03:00
ee59236d55
feat(attachments): ensure 'key' is set as UUID on attachment creation and update tests for key validation
2026-06-25 15:11:31 -03:00
aec92d5346
feat(attachments): implement AttachmentService for managing uploads and deletions, add AttachmentStorageException for error handling
2026-06-25 15:02:52 -03:00
6db98ddc1a
feat(attachments): add HasAttachments trait to manage attachment relationships
2026-06-25 14:47:21 -03:00
56b87f0c12
feat(attachments): add AttachmentType enum and update Attachment model to use it
2026-06-25 14:44:44 -03:00
9c5a29d933
feat(attachments): add 'key' field to Attachment model and migration, generate UUID on creation
2026-06-25 14:31:03 -03:00
740566b02d
refactor(attachments): remove is_public field from Attachment model and migration
2026-06-25 12:16:51 -03:00
b874a45724
feat(attachments): create Attachment model and migration for file attachments
2026-06-25 12:07:52 -03:00