mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Merged PR 1961: feat(checkout-reward): implement reward catalog customer integration and purc...
feat(checkout-reward): implement reward catalog customer integration and purchase flow - Add customer card resource and display in reward header with reset functionality - Implement shopping cart creation and management for reward purchases - Add purchase options modal integration with redemption points support - Extract route helper for customer navigation with proper query params - Update checkout metadata service constants with proper namespacing - Add reward context initialization for tab metadata - Improve component styling and layout for reward action buttons - Fix customer facade method signature to require AbortSignal parameter The reward catalog now supports full customer workflow from selection through purchase options with proper state management and navigation. Ref: #5263, #5358
This commit is contained in:
committed by
Lorenz Hilpert
parent
c745f82f3a
commit
9d57ebf376
@@ -1,6 +1,5 @@
|
||||
import z from 'zod';
|
||||
import { Tab } from './schemas';
|
||||
import { computed } from '@angular/core';
|
||||
|
||||
export function getTabHelper(
|
||||
tabId: number,
|
||||
|
||||
Reference in New Issue
Block a user