feat: založení základní stránky příjem/výdej + import a statistiky

This commit is contained in:
Ondřej Anděl
2026-09-07 14:58:49 +02:00
commit a5711f3e1e
98 changed files with 15505 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
get:
operationId: getDayOverview
summary: Vrátí kompletní přehled dne — jídlo, pohyb a energetickou bilanci.
parameters:
- in: query
name: date
required: false
schema:
type: string
format: date
description: Datum ve formátu YYYY-MM-DD. Výchozí je dnešek.
responses:
"200":
description: Přehled dne
content:
application/json:
schema:
$ref: "../../schemas/_index.yml#/DayOverview"
"400":
description: Neplatné datum
"401":
description: Neautentizovaný uživatel