Skip to content

feat: initialize reporting-service microservice#328

Open
mftee wants to merge 11 commits into
MindFlowInteractive:mainfrom
mftee:feat/reporting-service-321
Open

feat: initialize reporting-service microservice#328
mftee wants to merge 11 commits into
MindFlowInteractive:mainfrom
mftee:feat/reporting-service-321

Conversation

@mftee
Copy link
Copy Markdown

@mftee mftee commented May 29, 2026

Summary

Initializes the microservices/reporting-service NestJS microservice for analytics reporting and data exports.

Changes

  • Report entity with name, description, query (JSONB), format enum (CSV/PDF/JSON), and scheduledCron
  • ReportService with create, findAll, findOne, export methods
  • ReportController exposing REST endpoints including export with format query param
  • AppModule with TypeORM + PostgreSQL configuration
  • Unit tests for ReportService
  • Dockerfile for containerized deployment

Implementation Plan

  1. Report entity with format enum and JSONB query storage
  2. Export method returning formatted report data
  3. REST endpoints with format query parameter
  4. Unit tests with mocked repository

Rollback

Delete microservices/reporting-service/ directory.

closes #321

@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 29, 2026

@mftee 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

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.

Analytics Reporting Service Setup

1 participant