-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dashboard Metrics #361
Dashboard Metrics #361
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/metrics/page-client.tsx
Outdated
Show resolved
Hide resolved
apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/metrics/page-client.tsx
Outdated
Show resolved
Hide resolved
apps/dashboard/src/app/(main)/(protected)/projects/[projectId]/sidebar-layout.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Konsti Wohlwend <[email protected]>
Co-authored-by: Konsti Wohlwend <[email protected]>
…/metrics/page-client.tsx Use interfaces instead Co-authored-by: Konsti Wohlwend <[email protected]>
Co-authored-by: Konsti Wohlwend <[email protected]>
Co-authored-by: Konsti Wohlwend <[email protected]>
Generated with ❤️ by ellipsis.dev |
Generated with ❤️ by ellipsis.dev |
Generated with ❤️ by ellipsis.dev |
Generated with ❤️ by ellipsis.dev |
Generated with ❤️ by ellipsis.dev |
Important
Introduces a new metrics dashboard with backend endpoint and frontend components for visualizing user metrics.
/internal/metrics
endpoint inroute.tsx
to fetch user metrics like daily active users, registrations, and geographical distribution.retryTransaction
function inprisma-client.tsx
for handling database transactions with retries.GlobeSection
inglobe.tsx
for 3D visualization of user distribution by country.LineChartDisplay
inline-chart.tsx
for time series visualizations.page-client.tsx
with summary cards for total and active users.sendAdminRequest
method toStackAdminApp
instack-app.ts
for metrics data fetching.package.json
indashboard
to include new dependencies@react-hook/resize-observer
,react-globe.gl
, andrecharts
.internal-metrics.test.ts
for/internal/metrics
endpoint.This description was created by for 1cb0c70. It will automatically update as commits are pushed.