ncoronel
  • Joined on 2026-04-13
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-29 14:10:09 +00:00
b5b57a753c feat: implement product and variant management controllers with request validation and feature tests
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-29 14:02:10 +00:00
18504594eb feat: implement product creation workflow with variants, attribute definitions, and validation logic
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-29 13:03:14 +00:00
9d3ed17c00 feat: implement BrandSeeder and CategorySeeder and register them in DatabaseSeeder
74e443ece1 feat: add attachment relationship to ProductVariant model and database schema
6efda4727f feat: implement product attribute options with database migration, resource, and validation requests
Compare 3 commits »
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-29 12:44:09 +00:00
b0508d79b3 feat: implement Attachment domain for file storage and integrate into Tenant service for logo management
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-29 12:32:14 +00:00
67bc9e6cb4 feat: add DatabaseSeeder and TenantSeeder with sample tenant configuration and assets
4125d8353d feat: add multi-tenant controllers for catalog and tenant management and implement pagination macro in AppServiceProvider
Compare 2 commits »
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-29 11:50:04 +00:00
9f32588828 feat: implement multi-tenant catalog service with SSR support and data interfaces
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-29 11:37:45 +00:00
77e4a22740 feat: add ProductCard component with currency formatting and price calculation logic
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-28 23:50:44 +00:00
d79d075c45 chore: add local build configuration and update formatting for allowed hosts in angular.json
8f56785bc3 feat: implement ProductCard component and configure local build settings in angular.json
Compare 2 commits »
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-28 23:09:52 +00:00
2cbe681995 refactor: migrate tenant bootstrap to use SSR state caching and update button components to use CSS tenant variables
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-26 19:58:23 +00:00
31b65eb676 feat: implement full CRUD support and database schema for multi-tenant architecture
8708cea122 feat: implement tenant update request validation and add feature tests for domain bootstrapping
54aa696145 feat: implement tenant management system with attachment support and bootstrap controller
Compare 3 commits »
ncoronel pushed to prueba/cache_on_ssr at tbianchini/shopit-front 2026-06-26 19:58:23 +00:00
fa47188898 feat: add ReutilizablesTestPageComponent to showcase and validate shared button and input component variants
e074aeb199 feat: implement tenant branding injection and SSR bootstrap logic with comprehensive testing
86680fc976 feat: refactor routing and enhance tenant service integration
Compare 3 commits »
ncoronel created branch prueba/cache_on_ssr in tbianchini/shopit-front 2026-06-26 19:58:23 +00:00
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-26 17:27:19 +00:00
7ee103b77b feat: enhance store layout with dynamic logo handling and loading states
4e2dccd2e3 feat: implement useMutation hook for managing asynchronous operations with loading and error states
Compare 2 commits »
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-26 17:02:55 +00:00
da01745732 feat: implement store layout with header and footer components, update tenant service URL
ac9ba12045 feat: implement tenant service with bootstrap functionality and error handling
23e8da345a feat: implement store layout and home page components with routing
Compare 3 commits »
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-26 15:17:12 +00:00
1f9d876bc3 feat: implement tenant management system including database schema, CRUD services, and bootstrap functionality
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-26 14:55:13 +00:00
0dae985230 feat: implement tenant management system including CRUD operations and domain bootstrapping functionality
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-26 14:40:14 +00:00
4c237fb729 feat: implement product attributes and tenant properties management with CRUD controllers, requests, and domain models
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-26 14:16:27 +00:00
edb4c128d6 Merge branch 'feature/compras' into dev
6c45f45815 feat(purchase): implement PurchaseController with CRUD operations and request validation
70f51ac863 feat(purchase): add Purchase and PurchaseItem models with migrations for compras and compra_items tables
Compare 3 commits »
ncoronel pushed to dev at tbianchini/shopit-back 2026-06-26 14:15:01 +00:00
2ce21799c7 feat(attachments): enhance AttachmentService to support base64 file uploads and refactor file handling logic
17799122e2 feat(attachments): update filename generation in AttachmentService to include file extension
e4448d810e feat(cart): remove carritos and carrito_items migration files
7994fe0c96 feat(attachments): refactor attachment management to use attachable pivot table and update related models and tests
ee59236d55 feat(attachments): ensure 'key' is set as UUID on attachment creation and update tests for key validation
Compare 14 commits »
ncoronel pushed to develop at tbianchini/shopit-front 2026-06-26 13:35:18 +00:00
236a3772a4 feat: standardize font size and weight for input component and labels