mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
- Add BatchingResource base class for automatic API request batching - Refactor StockInfoComponent to use StockInfoResource with batching - Remove redundant StockResource provider from RewardShoppingCartItemComponent - Update tests to match new BatchingResourceRef API - Add comprehensive documentation for BatchingResource pattern The BatchingResource pattern optimizes multiple simultaneous stock info requests by collecting params within a 250ms window and making a single batched API call, significantly reducing network overhead.