Goals -System refactored - Platzhaltersystem enhanced (als draft) #53

Merged
Lars merged 86 commits from develop into main 2026-03-31 11:46:48 +02:00
Showing only changes of commit cb72f342f9 - Show all commits

View File

@ -663,7 +663,8 @@ def get_goals_grouped(session: dict = Depends(require_auth)):
cur.execute("""
SELECT
g.id, g.goal_type, g.target_value, g.current_value, g.start_value,
g.unit, g.target_date, g.status, g.is_primary, g.category, g.priority,
g.unit, g.start_date, g.target_date, g.reached_date, g.status,
g.is_primary, g.category, g.priority,
g.name, g.description, g.progress_pct, g.on_track, g.projection_date,
g.created_at, g.updated_at,
gt.label_de, gt.icon, gt.category as type_category,