Skip to content

Feature/insight arena enhancements#489

Merged
Olowodarey merged 8 commits intoArena1X:mainfrom
devpeter999:feature/insight-arena-enhancements
Mar 29, 2026
Merged

Feature/insight arena enhancements#489
Olowodarey merged 8 commits intoArena1X:mainfrom
devpeter999:feature/insight-arena-enhancements

Conversation

@devpeter999
Copy link
Copy Markdown

Implemented several backend features to improve market engagement, admin reporting, user experience, and GDPR compliance.

Changes:

  • Market Comments/Discussion ([Backend] Market Comments/Discussion #441):
    • Created a new Comment entity and migration.
    • Added endpoints: POST /markets/:id/comments and GET /markets/:id/comments.
    • Implemented support for nested replies.
    • Added admin moderation endpoint: PATCH /admin/comments/:id/moderate.
  • Admin Activity Reports ([Backend] Admin Reports - Platform Activity #439):
    • Added GET /admin/reports/activity endpoint (Admin only).
    • Provides metrics for user growth, market creation trends, and platform revenue.
    • Supports timeframe filtering (daily, weekly, monthly) and export in JSON or CSV formats.
  • Market Templates ([Backend] Market Templates #444):
    • Created MarketTemplate entity and migration with seed data.
    • Added GET /markets/templates endpoint to help users create markets with predefined data.
  • User Data Export ([Backend] User Data Export #437):
    • Implemented GET /users/me/export for GDPR compliance.
    • Aggregates and returns all user-related data (profile, predictions, markets, notifications, competition history) as a JSON file.

Fixes: #441 fixed
Fixes: #439 fixed
Fixes: #444 fixed
Fixes: #437 fixed

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 29, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
insight-arena-4rll Ready Ready Preview, Comment Mar 29, 2026 9:21pm

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 29, 2026

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

@Olowodarey Olowodarey merged commit 81c9514 into Arena1X:main Mar 29, 2026
6 checks passed
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.

[Backend] Market Templates [Backend] Market Comments/Discussion [Backend] Admin Reports - Platform Activity [Backend] User Data Export

3 participants