[PR #1080] [MERGED] feat: admin activation metrics #1370

Closed
opened 2026-02-26 19:32:57 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/1080
Author: @ephraimduncan
Created: 4/5/2024
Status: Merged
Merged: 6/25/2024
Merged by: @ElTimuro

Base: mainHead: admin/stats


📝 Commits (10+)

  • 7615c9d feat: add chat to admin dashboard
  • fdf4d03 fix: grid on mobile
  • 32348dd fix: pr review changes
  • 50b57d5 fix: minor changes based on review
  • 95a94d4 chore: use single chart graphs
  • c1449e0 chore: remove cummulative for clarity
  • 39e7eb0 fix: remove cummulative
  • 72d0a1b chore: custom tooltip
  • 3b2d184 chore: custom tooltip since it's hiding values under other charts
  • 1bbfd9d fix: remove redundant cards

📊 Changes

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

View changed files

📝 apps/web/src/app/(dashboard)/admin/stats/page.tsx (+37 -5)
apps/web/src/app/(dashboard)/admin/stats/user-with-document.tsx (+95 -0)
📝 packages/lib/server-only/admin/get-users-stats.ts (+65 -1)
📝 packages/ui/styles/theme.css (+4 -0)

📄 Description

CleanShot 2024-05-21 at 09 42 42@2x

Summary by CodeRabbit

  • New Features

    • Introduced user statistics display including metrics on document creation and signing in the admin dashboard.
    • Added a bar chart visualizing monthly growth data of users with documents.
  • Enhancements

    • Updated dashboard stats page to provide more detailed user-related metrics and charts.
    • Added new CSS variable --gold for consistent theming across light and dark modes.

🔄 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/1080 **Author:** [@ephraimduncan](https://github.com/ephraimduncan) **Created:** 4/5/2024 **Status:** ✅ Merged **Merged:** 6/25/2024 **Merged by:** [@ElTimuro](https://github.com/ElTimuro) **Base:** `main` ← **Head:** `admin/stats` --- ### 📝 Commits (10+) - [`7615c9d`](https://github.com/documenso/documenso/commit/7615c9d2fa8e064e005c904c6a65e2020ec9f5af) feat: add chat to admin dashboard - [`fdf4d03`](https://github.com/documenso/documenso/commit/fdf4d03c1411ac3c9f3741a4dcb7204482c8085d) fix: grid on mobile - [`32348dd`](https://github.com/documenso/documenso/commit/32348dd6f1dd753127388fef957065f3921edd69) fix: pr review changes - [`50b57d5`](https://github.com/documenso/documenso/commit/50b57d5aa50eac0100d221bd03e1616c7d652b92) fix: minor changes based on review - [`95a94d4`](https://github.com/documenso/documenso/commit/95a94d4fc1f0264ded805b6317d9b0dab328aa1d) chore: use single chart graphs - [`c1449e0`](https://github.com/documenso/documenso/commit/c1449e01b188a0efafbeb1b4823244deda21540f) chore: remove cummulative for clarity - [`39e7eb0`](https://github.com/documenso/documenso/commit/39e7eb0568eba5348c6c8c12147ee05b5e678b55) fix: remove cummulative - [`72d0a1b`](https://github.com/documenso/documenso/commit/72d0a1b69ccedbeb110fce48b4f98318511232e7) chore: custom tooltip - [`3b2d184`](https://github.com/documenso/documenso/commit/3b2d184f05485f9dcc635c37a9ee63f05301a954) chore: custom tooltip since it's hiding values under other charts - [`1bbfd9d`](https://github.com/documenso/documenso/commit/1bbfd9d0f3d8fcb8a882f4a6bd2755d27b6855bc) fix: remove redundant cards ### 📊 Changes **4 files changed** (+201 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/app/(dashboard)/admin/stats/page.tsx` (+37 -5) ➕ `apps/web/src/app/(dashboard)/admin/stats/user-with-document.tsx` (+95 -0) 📝 `packages/lib/server-only/admin/get-users-stats.ts` (+65 -1) 📝 `packages/ui/styles/theme.css` (+4 -0) </details> ### 📄 Description ![CleanShot 2024-05-21 at 09 42 42@2x](https://github.com/documenso/documenso/assets/55143799/8d9d972b-6ebd-4e42-adba-62edba188460) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced user statistics display including metrics on document creation and signing in the admin dashboard. - Added a bar chart visualizing monthly growth data of users with documents. - **Enhancements** - Updated dashboard stats page to provide more detailed user-related metrics and charts. - Added new CSS variable `--gold` for consistent theming across light and dark modes. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:57 +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#1370
No description provided.