Iteration 1: - Dark theme with 3-way toggle - Dynamic heatmap gradient (blue→red) - Radius up to 100km - Save & Calculate workflow Iteration 2: - Terrain overlay toggle - Batch height operations - Zoom-dependent heatmap rendering Infrastructure: - Backend FastAPI on 8888 - Frontend static build via Caddy - Systemd services - Caddy reverse proxy integration
5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
fastapi==0.110.0
|
|
uvicorn[standard]==0.29.0
|
|
python-multipart==0.0.9
|
|
aiofiles==23.2.1
|