Issue 735 matching round analytics published#1
Open
Killerjunior wants to merge 13 commits into
Open
Conversation
… history - Add SchedulerModule with JobLockService (pg_try_advisory_lock) and JobHistoryService - Add JobRun entity and migration 1772000000000-CreateJobRuns - Harden ReconciliationScheduler, SnapshotScheduler, ModelRetrainingScheduler, NewsService.fetchAndSaveArticles, NewsSentimentService.updateMissingSentiments, OutboxService.pollAndDispatch with acquire/release lock pattern - All schedulers write RUNNING/COMPLETED/FAILED/SKIPPED rows to job_runs table - Lock is session-scoped: auto-released on process crash, no stuck locks
…s, allocation breakdown, export); comment unused import
…n in snapshot scheduler
feat: scheduler hardening — idempotent jobs, pg advisory locking, run…
…ricing-source-integration feat: integrate price fetching functionality with new PriceFetcher mo…
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Implements matching round analytics for admins and public transparency as requested in issue Pulsefy#735.
Changes
Participation Metrics: Added
RoundParticipationMetricsDtoto track:Allocation Breakdown: Extended
ProjectQfDtotoProjectAllocationDtowith:Exportable Dataset: New
getRoundExport()method returns:API Endpoint: Added
GET /grants/rounds/:id/exportfor public/admin accessMobile Types: Updated
RoundSummaryinterface to includeparticipationMetricsAcceptance Criteria
✅ Per-round participation metrics
✅ Allocation breakdown per project
✅ Exportable dataset for QA
Tests
All 17 grants service tests passing, including new test for participation metrics and export functionality.