feat: analytics dashboards & two-tier feedback system #78

Merged
chihlasm merged 13 commits from feat/analytics-feedback into main 2026-02-16 20:23:14 +00:00

13 Commits

Author SHA1 Message Date
chihlasm
22d4aab042 feat: add My Analytics page with personal stats and charts
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 00:48:13 -05:00
chihlasm
74abbf7463 feat: add Flow Analytics panel with step dropoff and CSAT data
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 00:45:33 -05:00
chihlasm
ebd196563e feat: add Team Analytics page with charts and leaderboards
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 00:44:35 -05:00
chihlasm
5865b1fba2 feat: add CSAT rating modal after session completion
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 00:40:43 -05:00
chihlasm
ddd5d4721a feat: add inline step thumbs up/down feedback during sessions
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 00:37:19 -05:00
chihlasm
6e93037f4b feat: add recharts, analytics types, and API client
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 00:33:36 -05:00
chihlasm
686e2620e8 feat: add team, personal, and flow analytics endpoints
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 00:31:34 -05:00
chihlasm
6630e71809 feat: add step thumbs feedback and /ratings alias routes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 00:25:17 -05:00
chihlasm
a77681a9a9 feat: add session CSAT rating endpoint with tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 00:21:17 -05:00
chihlasm
b5e034856f feat: add SessionRating model and analytics schemas
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 00:18:42 -05:00
chihlasm
3683d05616 feat: add session_ratings table and analytics indexes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 00:17:11 -05:00
chihlasm
8e0ad74986 docs: add analytics & feedback implementation plan
12-task TDD plan covering session ratings, step feedback,
team/personal/flow analytics endpoints, and frontend pages.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 23:50:47 -05:00
chihlasm
448ce4b53f docs: add analytics & user feedback design document
Covers team analytics, personal analytics, flow analytics,
step-level thumbs up/down feedback, and flow CSAT ratings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 23:43:36 -05:00