c0dd298e5b82bf58c6bc111393d8bf9e53055636
Per user model: the workout count should reflect every workout achieved and never break. Replaces the consecutive/weekly-goal streak with a simple count of distinct workout days (totalAchievedWorkoutDays). A below-goal week (4/5) and a full week (5/5) both count fully (=9); a missed day or blank week never reduces it; duplicate HealthKit days count once. - ExerciseModels: streakDays = Set(workoutDates).count - StreakLogicTests: retargeted to tally semantics (4/5+5/5=9, blank-week, duplicates, skipped-day, empty) - SettingsView: goal caption no longer claims the streak can be lost NOTE: not built/tested locally — CLI xcodebuild wedges on actool via the broken CoreSimulator daemon (missing sim runtimes, machine-wide). Verify in Xcode GUI (prefs now fixed) or on device. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Description
Personal productivity and fitness companion — iOS SwiftUI app
Languages
Swift
99.3%
HTML
0.4%
Shell
0.3%