Commit Graph

34 Commits

Author SHA1 Message Date
e8d71bfd03 feat(checkout): refactor purchase completion flow and clear cart state 2026-07-07 15:36:01 -03:00
c54eb105cb feat(purchase-status): enhance purchase status handling with polling and improved UI feedback 2026-07-07 12:51:01 -03:00
e2605116c5 feat(purchase-status): remove mock data and implement actual purchase status fetching 2026-07-07 12:16:41 -03:00
910f367851 feat(purchase-status): implement purchase status page with loading and error handling 2026-07-07 11:21:27 -03:00
53278719a8 feat(cart): add loading state management for cart item operations and update payment intent handling 2026-07-06 15:28:39 -03:00
a642ae84d5 feat(checkout): enhance checkout form with user data pre-filling and disable fields 2026-07-06 14:37:20 -03:00
09fa876da3 feat(checkout): define CreatePurchasePayload interface and update createPurchase method to use it 2026-07-06 14:22:12 -03:00
69fee4e20a feat(checkout): implement purchase creation and payment intent generation with QR code support 2026-07-06 11:26:39 -03:00
1df6964859 feat(auth): refactor authentication to use cookies for token management and add CookieService 2026-07-03 14:16:22 -03:00
3971970975 feat(checkout): implement authentication guard for checkout route and add bank account service 2026-07-03 14:07:57 -03:00
3697c4b97c feat(modal): add simple modal component with open and close functionality 2026-07-03 09:00:49 -03:00
6ffffc6ea8 feat(auth): implement authentication service, guards, and interceptors
- Add AuthService for handling login, registration, and session management.
- Create auth guards to protect routes based on authentication status.
- Implement auth interceptor to attach JWT token to HTTP requests and handle 401 errors.
- Add unit tests for AuthService, guards, and interceptor.
- Create login and registration components with form validation and error handling.
- Update routing to include guards for login and registration pages.
2026-07-02 16:37:06 -03:00
bf5fd83f98 feat(cart): integrate confirmation modals for item removal in cart component 2026-07-02 12:04:29 -03:00
446d1b8970 feat(modal): add confirm and confirm delete modals with tests
- Implemented ConfirmModalComponent and ConfirmDeleteModalComponent for confirmation dialogs.
- Added modal service methods to open confirm and confirm delete modals.
- Created corresponding HTML and SCSS files for both modal components.
- Updated ReutilizablesTestPageComponent to utilize new modals.
- Enhanced modal service tests to cover new functionality.
- Refactored existing tests to accommodate changes in modal behavior and structure.
2026-07-02 11:45:47 -03:00
b3782a6cc1 feat: implement modal service and components for enhanced user interaction, including modal showcase in demo page 2026-07-02 11:24:31 -03:00
d31cb65d65 feat: update cart service and components to handle productVariantId, improve item removal and addition feedback 2026-07-02 11:00:40 -03:00
c9d8265790 feat: enhance cart functionality with quantity update and removal features, integrating toast notifications for user feedback 2026-07-02 10:38:26 -03:00
4817dd1f76 feat: rename stock to cantidad_maxima in product variant interfaces and update related components for consistency 2026-07-02 09:39:06 -03:00
8f7f9445b7 feat: implement CartService with state management and API integration for shopping cart operations 2026-07-01 15:38:11 -03:00
ad39ccb561 feat: differentiate between header and footer colors 2026-07-01 15:37:44 -03:00
b61ae3cb32 feat: implement catalog service and product attribute selector component for product details 2026-07-01 12:25:15 -03:00
0363280ede feat: implement tenant branding system and global toast notification service 2026-07-01 11:54:11 -03:00
ae0690a6f4 feat: add CatalogService and ProductDetailPageComponent with initial unit tests 2026-07-01 11:16:19 -03:00
526e8fa76e feat: implement product detail page and define catalog interfaces 2026-07-01 09:47:47 -03:00
b7420c2110 feat: enhance product detail page to support default variant selection from query parameters 2026-06-30 15:07:01 -03:00
cc16a53fac feat: implement product detail page with catalog service integration and image carousel support 2026-06-30 10:04:34 -03:00
74144b6d2c feat: implement store home page with product listing, pagination, and error handling 2026-06-30 08:47:57 -03:00
5715977b25 feat: add ApiPaginationQueryParams interface and update CatalogService to support pagination 2026-06-29 16:21:19 -03:00
fe4eebb685 feat: add Paginator component with navigation functionality and integrate into reutilizables test page 2026-06-29 16:04:07 -03:00
9f32588828 feat: implement multi-tenant catalog service with SSR support and data interfaces 2026-06-29 08:50:00 -03:00
2cbe681995 refactor: migrate tenant bootstrap to use SSR state caching and update button components to use CSS tenant variables 2026-06-28 23:09:26 +00:00
7ee103b77b feat: enhance store layout with dynamic logo handling and loading states 2026-06-26 14:27:14 -03:00
da01745732 feat: implement store layout with header and footer components, update tenant service URL 2026-06-26 14:02:35 -03:00
ac9ba12045 feat: implement tenant service with bootstrap functionality and error handling 2026-06-26 13:43:39 -03:00