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 visualization in src/generated/DashboardAnalytics.ts
  • Implemented multiple chart types (line and bar) using Recharts library with responsive containers
  • Included data fetching from API with error handling, loading states, and retry functionality
  • Added statistics cards displaying total, average, peak, and trend metrics for selected data
  • Provided interactive controls for metric selection (users, revenue, conversions, pageViews) and date range (day, week, month)
Edited by KUNAL KUMAR

Merge request reports