Files
ISA-Frontend/libs/common/data-access
Lorenz Hilpert b96d889da5 feat(stock-info): implement request batching with BatchingResource
- 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.
2025-10-16 14:07:17 +02:00
..
2025-04-28 15:36:03 +00:00
2025-04-28 15:36:03 +00:00

common-data-access

This library was generated with Nx.

Running unit tests

Run nx test common-data-access to execute the unit tests.