Alex got his trails

This commit is contained in:
erik 2025-04-30 22:04:06 +00:00
parent 0627dfb29a
commit 66ed711fec
5 changed files with 90 additions and 4 deletions

View file

@ -30,7 +30,7 @@ This project provides:
- **GET /history**: Retrieve historical telemetry data with optional time filtering.
- **GET /debug**: Health check endpoint.
- **Live Map**: Interactive map interface with panning, zooming, and sorting.
- **Analytics Dashboard**: Charts for kills over time and kills per hour.
- **Analytics Dashboard**: Interactive charts for kills over time and kills per hour using D3.js.
## Requirements
@ -131,7 +131,7 @@ Response:
## Frontend
- **Live Map**: `static/index.html` Real-time player positions on a map.
- **Analytics**: `static/graphs.html` Charts powered by [Chart.js](https://www.chartjs.org/).
- **Analytics Dashboard**: `static/graphs.html` Interactive charts powered by [D3.js](https://d3js.org/).
## Database Schema