|
|
a458c564ca
|
feat(sale): implement confirm and cancel functionality for sales in AdminApp; update routes and tests
|
2026-08-11 11:00:09 -03:00 |
|
|
|
68dd373d61
|
feat(tenant): add display options for categories and search bar; update requests, migrations, seeder, and tests
|
2026-08-11 10:04:18 -03:00 |
|
|
|
4aaa66dc38
|
feat(event): add EventDateTextFormatter for formatting event dates; update Tenant model and resource to include event_date_text; create migration for event_date_text column; enhance tests for event date formatting and tenant updates
|
2026-08-10 10:42:12 -03:00 |
|
|
|
3b2977a330
|
feat: Enhance tenant website extras by adding detailed description HTML for hero and additional info configurations; update related tests for validation
|
2026-08-03 15:29:14 -03:00 |
|
|
|
3b36abd46d
|
feat: Refactor event form functionality by removing social media data from AdminAppBootstrapResource and AdminAppBootstrapService; add EventFormController, EventFormResource, and EventFormService; implement routes and tests for event form
|
2026-08-03 14:02:08 -03:00 |
|
|
|
12697c2268
|
feat: Refactor bootstrap functionality by adding AdminApp and Tenant controllers, requests, resources, and services; remove deprecated event form components
|
2026-08-03 13:37:37 -03:00 |
|
|
|
4a51f3afde
|
feat(website-extras): enhance toggle functionality and update related tests; add additional info configuration to tenant extras
|
2026-08-03 09:10:50 -03:00 |
|
|
|
dbeaf19513
|
feat(auth): implement AdminAppMeController and AdminAppMeResource; add routes and tests for user context retrieval
|
2026-07-31 16:11:47 -03:00 |
|
|
|
dd76d5d951
|
feat(website-type): add footer logo support in WebsiteType model, controller, and resource; update seeder and tests
|
2026-07-31 14:16:58 -03:00 |
|
|
|
f603a82b5e
|
feat(website-type): implement BootstrapWebsiteTypeController and related request/resource for domain-based bootstrapping
|
2026-07-31 13:39:31 -03:00 |
|
|
|
b478c23f3b
|
feat(website-type): add new color fields and update related methods in WebsiteType model and service
|
2026-07-31 12:55:40 -03:00 |
|
|
|
6858b387c3
|
feat(website-type): add 'dominio' field to WebsiteType model and update related tests
|
2026-07-31 12:06:27 -03:00 |
|
|
|
893bea1492
|
feat(website-type): add login_header_footer_color field and update related tests
|
2026-07-31 12:06:13 -03:00 |
|
|
|
ec1d80dff2
|
feat(seeder): update image paths in ProductCatalogFromImagesSeeder and TenantSeeder, add new catalog images
|
2026-07-31 11:45:29 -03:00 |
|
|
|
3968a10f6a
|
feat(website-type): add presentation fields and site logo relationship to WebsiteType model
|
2026-07-31 11:39:17 -03:00 |
|
|
|
484fa204b3
|
feat(tenant): add BootstrapTenantController and corresponding tests for tenant bootstrapping functionality
|
2026-07-31 10:36:46 -03:00 |
|
|
|
6dd057874a
|
feat(website-extras): add showExtra method and resource for individual website extras, update routes and tests
|
2026-07-31 09:51:27 -03:00 |
|
|
|
40cbac17c6
|
feat(website-extras): implement toggle functionality for website extras and update related tests
|
2026-07-31 09:47:56 -03:00 |
|
|
|
45e56c43a6
|
feat(website-extras): add 'is_enabled' column to websites_extras table and update model and tests
|
2026-07-31 09:38:30 -03:00 |
|
|
|
cbb7b1c3a1
|
feat(database): remove 'database_rules' from WebsiteTypeExtra configurations and related tests
|
2026-07-31 09:28:12 -03:00 |
|
|
|
6b3a12b624
|
feat(website-extras): refactor WebsiteExtra management to use 'codigo' for identification, update routes, requests, and services
|
2026-07-31 09:27:35 -03:00 |
|
|
|
40a7dece11
|
feat(authorization): implement WebsiteExtra management with controller, request, resource, service, routes, middleware, and tests
|
2026-07-31 09:19:25 -03:00 |
|
|
|
b7e1332b8c
|
feat(authorization): refactor role management to use RoleCode enum, update migrations, seeders, and tests
|
2026-07-31 08:32:00 -03:00 |
|
|
|
a087a511e0
|
feat(authorization): filter tenant menus by user roles in bootstrap process
|
2026-07-31 08:23:18 -03:00 |
|
|
|
2cc72be850
|
refactor(website): add 'dates_text' field to event configuration and update related tests
|
2026-07-29 16:23:24 -03:00 |
|
|
|
8e3ee7eff6
|
refactor(tenant): introduce TenantInformationService for loading tenant data and resolving website extras
|
2026-07-29 15:48:01 -03:00 |
|
|
|
27d4f9fac6
|
feat(tenant): implement website extras functionality and validation in tenant creation
|
2026-07-29 15:16:33 -03:00 |
|
|
|
9e3163b74f
|
refactor(website): update relationships and migration to use 'website_type_code' instead of 'website_type'
|
2026-07-29 15:03:31 -03:00 |
|
|
|
b9ad2e589f
|
refactor(tenant): remove legacy presentation configuration and related carousel images
|
2026-07-29 14:54:57 -03:00 |
|
|
|
04bf03fc2e
|
feat(website): add website type and extras models with migration and tests
|
2026-07-29 14:09:47 -03:00 |
|
|
|
8dc80411d7
|
feat(categories): add category retrieval and pagination for tenant-specific products
|
2026-07-28 12:20:17 -03:00 |
|
|
|
979ed428a2
|
feat(menu): add label field to menu model and update related functionality
|
2026-07-24 10:08:04 -03:00 |
|
|
|
460eec3c78
|
feat(menu): implement menu hierarchy and static content for help section in MenuSeeder and related tests
|
2026-07-23 17:07:55 -03:00 |
|
|
|
217f86f624
|
feat(social-media): add 'orden' field to social media pivot table and update related functionality
|
2026-07-23 15:19:17 -03:00 |
|
|
|
25891cefbc
|
feat(tenant): add social media functionality with validation, synchronization, and tests
|
2026-07-23 15:03:57 -03:00 |
|
|
|
c66d2019d6
|
feat(social-media): add SocialMedia model, migration, and tests for tenant associations
|
2026-07-23 14:54:42 -03:00 |
|
|
|
c31be9c927
|
feat(tenant): update validation rules for logos and main carousel images, enhance tests for carousel image upload and update
|
2026-07-23 14:20:26 -03:00 |
|
|
|
67ede1a2b4
|
feat(tenant): add main carousel images functionality with migration, model, and tests
|
2026-07-23 14:19:00 -03:00 |
|
|
|
2c2cf45f78
|
feat: remove BankAccount domain and related functionality, including controller, model, requests, routes, and tests
|
2026-07-06 16:53:45 -03:00 |
|
|
|
0d4c6a4492
|
feat: implement BankAccount management with CRUD operations and routes for tenant selection
|
2026-07-03 13:58:21 -03:00 |
|
|
|
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 |
|
|
|
b1e40b3430
|
feat: implement BankAccount management with CRUD operations and selection for tenants
|
2026-07-03 13:43:32 -03:00 |
|
|
|
3285015841
|
feat: differentiate between header and footer colors
|
2026-07-01 15:37:46 -03:00 |
|
|
|
4aedf7ca86
|
feat: add tenant success color
|
2026-07-01 11:55:08 -03:00 |
|
|
|
31b65eb676
|
feat: implement full CRUD support and database schema for multi-tenant architecture
|
2026-06-26 16:57:59 -03:00 |
|
|
|
8708cea122
|
feat: implement tenant update request validation and add feature tests for domain bootstrapping
|
2026-06-26 16:23:14 -03:00 |
|
|
|
54aa696145
|
feat: implement tenant management system with attachment support and bootstrap controller
|
2026-06-26 13:17:48 -03:00 |
|
|
|
1f9d876bc3
|
feat: implement tenant management system including database schema, CRUD services, and bootstrap functionality
|
2026-06-26 12:16:50 -03:00 |
|
|
|
0dae985230
|
feat: implement tenant management system including CRUD operations and domain bootstrapping functionality
|
2026-06-26 11:55:05 -03:00 |
|
|
|
4c237fb729
|
feat: implement product attributes and tenant properties management with CRUD controllers, requests, and domain models
|
2026-06-26 11:40:07 -03:00 |
|