M1: implement operational core

Demo auth, seed import/reset, dashboard, vehicle/booking list+detail, audit trail. Backend: 19 tests passing, ruff clean. Frontend: React Router shell, typed API client, responsive pages. Verified end-to-end via curl and browser.
This commit is contained in:
NuklearRabbit
2026-08-01 21:20:53 +02:00
parent 04d26f1f2e
commit 03c5b60235
47 changed files with 2518 additions and 70 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ asyncio_mode = "auto"
[tool.ruff]
line-length = 100
extend-exclude = ["alembic/versions"]
extend-exclude = ["alembic/versions", "seed"]
[tool.ruff.lint]
select = ["E", "F", "I", "B", "UP"]
ignore = ["B008"]