📝 Problem Statement
Spiritual progress is all about consistency (Nirantarata). We need a visual way to show users how many consecutive days they have logged their Japs.
🚀 Proposed Solution
Implement a "Streak" counter that increments every day the user logs at least 1 Jap and resets if a day is missed.
Key Changes:
✅ Acceptance Criteria
📝 Problem Statement
Spiritual progress is all about consistency (Nirantarata). We need a visual way to show users how many consecutive days they have logged their Japs.
🚀 Proposed Solution
Implement a "Streak" counter that increments every day the user logs at least 1 Jap and resets if a day is missed.
Key Changes:
last_logged_dateandcurrent_streakcolumns to theprofilestable.current_streak += 1.current_streak = 1.✅ Acceptance Criteria