{% include 'components/theme-styles.html' %}

GSM - Goals

{% include 'components/navigation.html' %}

🎯 Goal Progress Chart

Track your reading goals and projected completion dates

⏱️ Reading Hours
- / -
0% -
📖 Characters Read
- / -
0% -
🎮 Games
- / -
0% -

📅 Goals Today

Loading...

📊 Your Stats by Goal Date

Based on your 30-day average reading pace

{% set hours_target = stats_config.reading_hours_target | default(1500) %} {% set chars_target = stats_config.character_count_target | default(25000000) %} {% set games_target = stats_config.games_target | default(100) %} {% set hours_target_date = stats_config.reading_hours_target_date | default('') %} {% set chars_target_date = stats_config.character_count_target_date | default('') %} {% set games_target_date = stats_config.games_target_date | default('') %} {% set stats_config = { 'readingHoursTarget': hours_target, 'characterCountTarget': chars_target, 'gamesTarget': games_target, 'readingHoursTargetDate': hours_target_date, 'characterCountTargetDate': chars_target_date, 'gamesTargetDate': games_target_date } %}