From 63bd103b2c1b5807788e8a6d2c0c85d8b3f87dc8 Mon Sep 17 00:00:00 2001 From: Lars Date: Sat, 28 Mar 2026 10:50:51 +0100 Subject: [PATCH] feat: Phase 0b - add avg_per_week_30d to frontend dropdown --- frontend/src/pages/AdminGoalTypesPage.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/AdminGoalTypesPage.jsx b/frontend/src/pages/AdminGoalTypesPage.jsx index edc4173..2a8855e 100644 --- a/frontend/src/pages/AdminGoalTypesPage.jsx +++ b/frontend/src/pages/AdminGoalTypesPage.jsx @@ -33,7 +33,8 @@ export default function AdminGoalTypesPage() { { value: 'count_7d', label: 'Anzahl 7 Tage' }, { value: 'count_30d', label: 'Anzahl 30 Tage' }, { value: 'min_30d', label: 'Minimum 30 Tage' }, - { value: 'max_30d', label: 'Maximum 30 Tage' } + { value: 'max_30d', label: 'Maximum 30 Tage' }, + { value: 'avg_per_week_30d', label: 'Durchschnitt pro Woche (30d)' } ] useEffect(() => {