Skip to content

Enhanced Dashboard Analytics & Reporting (#211)#220

Open
mijinummi wants to merge 1 commit intoPulsefy:mainfrom
mijinummi:feat/analytics-pro
Open

Enhanced Dashboard Analytics & Reporting (#211)#220
mijinummi wants to merge 1 commit intoPulsefy:mainfrom
mijinummi:feat/analytics-pro

Conversation

@mijinummi
Copy link
Copy Markdown
Contributor

📝 Description

Overview

This PR enhances the Dashboard Analytics & Reporting system.
It provides deeper insights into payment history, conversion rates, and asset distribution.

Key Features

  • Aggregation queries for total volume (USD equivalent)
  • Asset distribution breakdown
  • Time‑series endpoints (daily/weekly/monthly)
  • Export functionality (CSV/PDF)
  • Unit tests for analytics service

✅ Acceptance Criteria

  • Users can view and export detailed financial reports
  • CSV/PDF export supported
  • Time‑series data available for chart rendering

📂 File Changes

  • analytics.repository.ts — aggregation queries
  • analytics.service.ts — business logic
  • analytics.controller.ts — endpoints
  • utils/csv-export.ts — CSV export
  • utils/pdf-export.ts — PDF export
  • __tests__/analytics.service.spec.ts — unit tests

Closes #211

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 28, 2026

@mijinummi Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@Cedarich
Copy link
Copy Markdown
Contributor

please fix

Run pnpm run lint

@quickex/[email protected] lint /home/runner/work/QiuckEx/QiuckEx/app/backend
eslint "{src,test}/**/*.ts"

/home/runner/work/QiuckEx/QiuckEx/app/backend/src/utils/csv-export.ts
Error: 3:35 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any

/home/runner/work/QiuckEx/QiuckEx/app/backend/src/utils/pdf-export.ts
Error: 3:35 error Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
Error: 5:7 error 'buffers' is never reassigned. Use 'const' instead prefer-const

✖ 3 problems (3 errors, 0 warnings)
1 error and 0 warnings potentially fixable with the --fix option.

 ELIFECYCLE  Command failed with exit code 1.
Error: Process completed with exit code 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enhanced Dashboard Analytics & Reporting

2 participants