Add Manage Summary Report feature with backend and frontend changes #161
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.
This pull request introduces a Manage Summary Report feature for contests, enabling administrators and organizers to generate comprehensive reports that summarize contest activity and participant performance. The feature provides a structured overview of submissions, acceptance metrics, points distribution, and contributor rankings, helping organizers evaluate contest outcomes efficiently.
Key Highlights
Added support for generating contest-level summary statistics, including:
Total submissions per contest
Accepted and rejected submission counts
Points awarded per submission
Top contributors ranked by points and submission volume
Reports are organized per contest with clear headings, totals, and rankings
Downloadable report formats (CSV/PDF) to support offline analysis and sharing.
Each report includes contest identifiers and generation timestamps for traceability.