Skip to content

feat(stats): created new branch name with both changes on backend routes and front end viz to create a nice public dashboard

Simon APARTIS requested to merge stats-back-front into main
  • Add Stats.tsx tab navigation (Authors, Articles, Crossed, About)
  • Add AuthorsStats.tsx with fetch from /api/stats/authors
  • Add GraphPie, GraphBarChartH, GraphBarChartV, GraphTreeMap components
  • GraphTreeMap migrated from Recharts to D3 for accurate float layout
  • Add statusLabels to constants/labels.ts
  • Fix responsive layout with CSS columns and flex 1/3 2/3
  • Add ResizeObserver on TreeMap for responsive redraw

Merge request reports

Loading