[PR #1724] [MERGED] feat: admin monthly active users metric #1813

Closed
opened 2026-02-26 20:31:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1724
Author: @ephraimduncan
Created: 3/25/2025
Status: Merged
Merged: 6/19/2025
Merged by: @dguyen

Base: mainHead: feat/mau-remix


📝 Commits (3)

  • 8a9061e chore: move from next to remix
  • 6f6163f Merge branch 'main' into feat/mau-remix
  • 91d504c fix: cleanup

📊 Changes

4 files changed (+132 additions, -6 deletions)

View changed files

apps/remix/app/components/general/admin-monthly-active-user-charts.tsx (+73 -0)
📝 apps/remix/app/routes/_authenticated+/admin+/stats.tsx (+14 -0)
📝 packages/lib/server-only/admin/get-users-stats.ts (+36 -2)
📝 packages/ui/primitives/document-flow/add-settings.tsx (+9 -4)

📄 Description

Demo

CleanShot 2025-01-29 at 00 30 13@2x

Description

Adds Monthly Active Users (MAU) charts to the admin statistics dashboard. It introduces both regular and cumulative MAU visualizations that track users who have signed in within the last year.

No specific issue reference was provided in the diff.

Changes Made

  • Added new MonthlyActiveUsersChart component for visualizing MAU data
  • Implemented new getMonthlyActiveUsers database query in the admin stats service

Checklist

  • I have tested these changes locally and they work as expected
  • I have followed the project's coding style guidelines (consistent with existing components)
  • I have updated the dashboard UI to include the new visualizations
  • The changes maintain existing accessibility standards

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/1724 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 3/25/2025 **Status:** ✅ Merged **Merged:** 6/19/2025 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `feat/mau-remix` --- ### 📝 Commits (3) - [`8a9061e`](https://github.com/documenso/documenso/commit/8a9061ed8a4097be96bc199f2d689855e2a8e839) chore: move from next to remix - [`6f6163f`](https://github.com/documenso/documenso/commit/6f6163f024d7c6bf8a8469de9a5800ce41bc4701) Merge branch 'main' into feat/mau-remix - [`91d504c`](https://github.com/documenso/documenso/commit/91d504c983c7a32a5aa7186814badcd518f2f6f2) fix: cleanup ### 📊 Changes **4 files changed** (+132 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `apps/remix/app/components/general/admin-monthly-active-user-charts.tsx` (+73 -0) 📝 `apps/remix/app/routes/_authenticated+/admin+/stats.tsx` (+14 -0) 📝 `packages/lib/server-only/admin/get-users-stats.ts` (+36 -2) 📝 `packages/ui/primitives/document-flow/add-settings.tsx` (+9 -4) </details> ### 📄 Description ## Demo ![CleanShot 2025-01-29 at 00 30 13@2x](https://github.com/user-attachments/assets/0b83426f-9435-4d20-963f-24440a892d20) ## Description Adds Monthly Active Users (MAU) charts to the admin statistics dashboard. It introduces both regular and cumulative MAU visualizations that track users who have signed in within the last year. ## Related Issue No specific issue reference was provided in the diff. ## Changes Made - Added new `MonthlyActiveUsersChart` component for visualizing MAU data - Implemented new `getMonthlyActiveUsers` database query in the admin stats service ## Checklist - [x] I have tested these changes locally and they work as expected - [x] I have followed the project's coding style guidelines (consistent with existing components) - [x] I have updated the dashboard UI to include the new visualizations - [x] The changes maintain existing accessibility standards --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 20:31:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1813
No description provided.