[verified] feat: add live river dashboard

Add mapped river and ThaiWater sensor layers, PostgreSQL history charts, API endpoints, and dashboard tests.
This commit is contained in:
2026-08-09 16:59:25 +07:00
parent e5936d5717
commit ae5d0a13d7
11 changed files with 800 additions and 42 deletions
+1 -2
View File
@@ -57,8 +57,7 @@ install-dev:
# Testing
test:
uv run python test_integration.py
uv run python test_station_management.py
uv run pytest -q
test-cov:
uv run pytest --cov=src --cov-report=html --cov-report=term