Problem
Users have no way to review their own recent activity history on the platform. The ActivityTrackerService exists but is not exposed through any user-facing endpoint, making user activity invisible.
Proposed Solution
Create a UserActivityDashboardService inside backend/src/module/user-activity/ that exposes the current user's activity log through a dedicated endpoint.
Acceptance Criteria
Problem
Users have no way to review their own recent activity history on the platform. The ActivityTrackerService exists but is not exposed through any user-facing endpoint, making user activity invisible.
Proposed Solution
Create a UserActivityDashboardService inside
backend/src/module/user-activity/that exposes the current user's activity log through a dedicated endpoint.Acceptance Criteria