Skip to content

Chit chat

KUNAL KUMAR requested to merge chit-chat into main

Summary by Bito

  • Added new dashboard.html file with HTML, CSS, and JavaScript for an admin dashboard interface including user summary, actions, and navigation menu.
  • Created new report.html file with HTML, CSS, and JavaScript for displaying user reports, scores, activity, and debug logs.
  • Modified index.html to add meta tags, update menu links to new pages, include search and contact forms, and expand JavaScript for navigation and form handling.
  • Updated server.js to import buildSeries function and add a new /api/stats endpoint that calculates and returns statistics based on data mode.
  • Exported the buildSeries function in services/metricsService.js to make it available for import.
Edited by KUNAL KUMAR

Merge request reports