Summary
Add a quick feedback prompt after completing each exercise, making it easy to tell the AI how it went.
UI Flow
- User completes rep counter
- Completion celebration appears
- Quick feedback buttons shown below
- User taps rating (or skips)
- Feedback saved, optional note field expands
UI Design
┌─────────────────────────────┐
│ ✓ Geschafft! │
│ │
│ Wie war die Übung? │
│ │
│ [😰] [😓] [👍] [💪] [🚀] │
│ hard ok good easy too │
│ │
│ [Notiz hinzufügen...] │
│ │
│ [Weiter] │
└─────────────────────────────┘
Rating Options
| Icon |
Value |
Label |
| 😰 |
too_hard |
Zu schwer |
| 😓 |
hard |
Anstrengend |
| 👍 |
good |
Gut |
| 💪 |
easy |
Leicht |
| 🚀 |
too_easy |
Zu leicht |
Implementation
- Integrate with exercise completion flow
- Call feedback API endpoint
- Optional: AI auto-suggests adjustment for extreme ratings
- Store actual weight/reps if different from planned
Dependencies
Part of
Phase 4: Smart Feedback Loop
Summary
Add a quick feedback prompt after completing each exercise, making it easy to tell the AI how it went.
UI Flow
UI Design
Rating Options
Implementation
Dependencies
Part of
Phase 4: Smart Feedback Loop