Commit graph

9 commits

Author SHA1 Message Date
Natalie
a38920aae5 fix(analytics): restore sessions field on overview BFF response
composeOverview omitted sessions (and conversions) from the
DashboardOverview payload, so useDataHealth crashed accessing
sessions.current on Audience/Traffic/Network. Populate both from
session metrics and fall back to visitors in the hook.
2026-06-22 23:50:22 -04:00
Natalie
fd74f16faa feat(analytics): sub-country geo — regions, cities, live 30m, MCP tools
Some checks failed
CI / verify (push) Has been cancelled
Replace stubbed audience geography with session_fingerprints queries
(country/region/city, pathPattern, activityWindow for live). Surface
US states, cities on Audience/Overview, page detail, and dashboard
snapshot. Extend quinn-analytics MCP to v0.3.1 with geo_breakdown,
audience_geo_summary, and geo_enrichment_status.

Deploy dashboard/API from main checkout — see handoffs/analytics-geo.md.
MCP v0.3.1 already on black :3914.
2026-06-22 00:50:02 -05:00
Natalie
7fbc8696b1 feat(analytics): timeline markers (deploys, tour stops, content drops)
Add an analytics-marker entity (types/schema/repo + migration) and a
record-analytics-marker helper, with an admin CRUD surface + AnalyticsMarkersPage
(nav in AdminLayout). Auto-record markers when tour stops and content drops are
created/changed. Expose them via /analytics/markers (analytics-queries +
user-data router proxy + useMarkers hook + api types), and render them as
reference lines with a legend on the dashboard Overview trend chart.
2026-06-21 22:57:26 -05:00
autocommit
18db1b8f41 deploy(infrastructure): 🚀 Update server configurations, deployment scripts, and infrastructure files; increment build version and deployment count
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 21:33:02 -07:00
autocommit
158a704418 breaking(api): 💥 Update client entity schema, prospector classification, and admin photo export routes with breaking changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 14:58:14 -07:00
autocommit
bdabdeb22d feat(website-backend-users): Add user data router module with route definitions and handlers for website backend users
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 18:43:21 -07:00
autocommit
94ca89981a feat(backend-users): Implement backend server with API routes, logging utilities, and server configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 22:44:14 -07:00
autocommit
7176f6d656 chore(user-data): 🔧 Update TypeScript, environment variables, and Vite build settings in user-data feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 22:44:13 -07:00
autocommit
7a8b33898f deps-upgrade(user-data): ⬆️ Update dependencies in frontend-client, shared, website-backend-users, website-frontend-users, and root package.json files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 22:44:13 -07:00