shopit-back/app/Domains
ncoronel d73b4d1daf feat: Introduce client management and integration updates
- Added client_id field to StoreTenantRequest and UpdateTenantRequest for tenant management.
- Updated TenantResource to include client_id in the response.
- Created migration to establish clients table and link tenants to clients.
- Migrated existing tenant integrations to client_integrations table.
- Grouped specific tenants under a shared client (OnTicket) in a new migration.
- Updated seeders to reflect new client structure and relationships.
- Adjusted integration configurations to require client instead of tenant.
- Added tests for client integration functionality and ensured existing tests reflect the new client structure.
2026-08-18 16:18:34 -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
Client feat: Introduce client management and integration updates 2026-08-18 16:18:34 -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 feat: Introduce client management and integration updates 2026-08-18 16:18:34 -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 feat: Introduce client management and integration updates 2026-08-18 16:18:34 -03:00
Ticket Refactor ticket validity handling and improve tests 2026-08-14 09:00:51 -03:00