DashboardLogic.ts

Business logic for dashboard data retrieval and aggregation.

Features:

  • Parallel fetching of stock value and low-stock products
  • Type-safe data response with fallback defaults
  • Centralized error handling

API Endpoints:

  • GET /api/products/total-stock-value - Total inventory value
  • GET /api/products/low-stock - Products with low quantities

Index

Variables