stack/apps
Mantra 227dac6567
feat(dashboard): add weekly users metrics for projects (#1412)
- Introduced a new API endpoint to fetch weekly and daily user metrics
for managed projects.
- Updated the dashboard to utilize this new endpoint, replacing the
previous daily active users data.
- Created a new component to visualize weekly users metrics in the
project cards.
- Refactored existing components to accommodate the new data structure
and ensure proper rendering of user activity charts.

This change enhances the analytics capabilities of the dashboard,
providing better insights into user engagement over time.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **New Features**
* New internal endpoint providing per-project weekly user totals and
7-day daily activity series.

* **Updates**
* Dashboard and project cards switched from DAU to weekly user metrics;
main metric shows weekly users and label reads "users/wk".
* Charts now display weekly-user-aware sparklines alongside daily
activity.

* **Tests**
* Added unit tests covering weekly aggregation and daily-series merging.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-05-08 11:00:50 -07:00
..
backend feat(dashboard): add weekly users metrics for projects (#1412) 2026-05-08 11:00:50 -07:00
dashboard feat(dashboard): add weekly users metrics for projects (#1412) 2026-05-08 11:00:50 -07:00
dev-launchpad [codex] Add TanStack Start SDK integration (#1399) 2026-05-08 10:59:16 -07:00
e2e Add fix command registration and update agent UI label handling (#1387) 2026-05-07 18:33:43 -07:00
hosted-components chore: update package versions 2026-05-06 11:43:03 -07:00
internal-tool chore: update package versions 2026-05-06 11:43:03 -07:00
mcp Move MCP server into a standalone apps/mcp app (#1405) 2026-05-07 15:22:44 -07:00
mock-oauth-server Update GitHub URL 2026-05-06 15:17:01 -07:00
oauth-mock-server In-source unit tests (#429) 2025-02-14 11:47:52 -08:00