feat: US-012 - Frontend - Filter and sort controls
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user