feat: US-012 - Frontend - Filter and sort controls

This commit is contained in:
Echo
2026-02-10 17:15:17 +00:00
parent 8897de25ed
commit b99c13a325
3 changed files with 354 additions and 2 deletions

View File

@@ -1435,6 +1435,7 @@ class TaskBoardHandler(SimpleHTTPRequestHandler):
enriched['best_streak'] = best_streak
enriched['completion_rate_30d'] = completion_rate
enriched['weekly_summary'] = weekly_summary
enriched['should_check_today'] = habits_helpers.should_check_today(habit)
enriched_habits.append(enriched)