@ossy/analytics
v3.9.0
Published
Analytics module — workspace insight KPIs
Readme
@ossy/analytics
Analytics feature package for the Ossy platform. Shows workspace-scoped traffic and insight KPIs.
Platform-wide (ops) insights belong in a future back-office surface — see ADR 0014.
Pages
| Page | Path | Audience |
|------|------|----------|
| analytics/home | /analytics · /analys | Signed-in + entitled → product KPIs. Otherwise the public sales page (no KPI loads). |
Actions
| Action | Access | Notes |
|--------|--------|-------|
| @ossy/analytics/actions/get-workspace-kpis | workspace | Member count + non-removed resource count for the current workspace |
| @ossy/resources/actions/get-page-view-stats | workspace | Page-view aggregates (implemented in @ossy/resources) |
Client usage
import { GetWorkspaceKpis } from '@ossy/analytics'
await sdk.invoke(GetWorkspaceKpis, {})Preview
Enable Analytics in workspace entitlements (or devEntitlements in @ossy/app-test), then open /analytics.
