Summary
Define and document the PostHog event taxonomy for all key user journeys in the dashboard.
Journeys to map
- Landing page → Connect → OAuth → Onboarding → Dashboard
- Returning user → Dashboard → Score page
- Share profile link flow
- Settings / disconnect account
Deliverable
A documented event map in docs/analytics-events.md covering:
- Event name
- Trigger point
- Properties captured
- User identified or anonymous
Notes
ANALYTICS_EVENTS constants already exist in lib/analytics/events.ts — extend from there.
Summary
Define and document the PostHog event taxonomy for all key user journeys in the dashboard.
Journeys to map
Deliverable
A documented event map in
docs/analytics-events.mdcovering:Notes
ANALYTICS_EVENTSconstants already exist inlib/analytics/events.ts— extend from there.