๐ Real Data from DynamoDB
{{ habitDetailsData.total_days }} total records |
{{ habitDetailsData.completed_days }} completed |
{{ Math.round(habitDetailsData.success_rate * 100) }}% success rate
Last {{ habitDetailsData.daily_data.length }} days of actual performance data
Category:
{{ habitDetailsData ? habitDetailsData.category : selectedCategory }}
Success Rate:
{{ habitDetailsData ? Math.round(habitDetailsData.success_rate * 100) : Math.round(selectedHabit.score || 0) }}%
Priority:
{{ habitDetailsData ? habitDetailsData.priority : selectedHabit.priority }}
Current Streak:
{{ selectedHabit.streak }} days