mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
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