Skip to content

Add real-time analytics dashboard component

KUNAL KUMAR requested to merge feature-dashboard-analytics into main

Automated MR from stress test

Branch: feature-dashboard-analytics

This MR contains code changes for testing webhooks and CI/CD pipeline.

Summary by Bito

  • Added a new DashboardAnalytics React component for real-time analytics dashboard with multiple chart types (Line, Bar, Pie).
  • Implemented data fetching from API with error handling, loading states, and timeout configuration.
  • Included state management for selected metrics, date ranges, and responsive design using Recharts library.
  • Added memoization for statistics calculation and debounced data fetching on state changes.
Edited by KUNAL KUMAR

Merge request reports